From: Woochan Lee Date: Tue, 13 Dec 2016 08:20:44 +0000 (+0900) Subject: The back button is not generated as a default. X-Git-Tag: submit/tizen_3.0/20161214.081217~1^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=651ab5fa307daa858ff770d7ceeb483176a9df58;p=platform%2Fcore%2Fuifw%2Fui-viewmgr.git The back button is not generated as a default. Change-Id: I3a36ef0b12e4d61a842fcc992eb3bd7d98577a97 --- diff --git a/src/lib/interface/UiIfaceViewmgr.cpp b/src/lib/interface/UiIfaceViewmgr.cpp index a323da8..d0a86e5 100644 --- a/src/lib/interface/UiIfaceViewmgr.cpp +++ b/src/lib/interface/UiIfaceViewmgr.cpp @@ -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;