The back button is not generated as a default. 99/104399/1
authorWoochan Lee <wc0917.lee@samsung.com>
Tue, 13 Dec 2016 08:20:44 +0000 (17:20 +0900)
committerWoochan Lee <wc0917.lee@samsung.com>
Tue, 13 Dec 2016 08:22:22 +0000 (17:22 +0900)
Change-Id: I3a36ef0b12e4d61a842fcc992eb3bd7d98577a97

src/lib/interface/UiIfaceViewmgr.cpp

index a323da8..d0a86e5 100644 (file)
@@ -74,7 +74,7 @@ public:
 
 UiIfaceViewmgr* UiIfaceViewmgrImpl::_inst = nullptr;
 //FIXME: Read system profile to decide whether support software key or not.
-bool UiIfaceViewmgrImpl::_softKey = true;
+bool UiIfaceViewmgrImpl::_softKey = false;
 //FIXME: Read system profile to decide whether support event block or not.
 bool UiIfaceViewmgrImpl::_eventBlock = true;