From: Hermet Park Date: Tue, 5 Apr 2016 08:13:13 +0000 (+0900) Subject: fix the corruption of back behavior. X-Git-Tag: submit/tizen/20160617.075742~67 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4bbde6ea2bc4cdbf886afa0b735aa4e36fed13d5;p=platform%2Fcore%2Fuifw%2Fui-viewmgr.git fix the corruption of back behavior. Change-Id: Ie083c443ec36a40079568274f064734f26e9a7f0 --- diff --git a/src/include/interface/ui_iface_viewmgr.h b/src/include/interface/ui_iface_viewmgr.h index eeaf453..f8ec866 100644 --- a/src/include/interface/ui_iface_viewmgr.h +++ b/src/include/interface/ui_iface_viewmgr.h @@ -156,7 +156,7 @@ protected: * @see deactivate() * @see push_view() */ - bool pop_view(); + virtual bool pop_view(); /** * @brief Insert a view in this viewmgr view list. Specifically, insert a given @p view right before of the given view, @before.