Using of elm_naviframe_content_preserve_on_pop_set(navi, EINA_TRUE)

Using of elm_naviframe_content_preserve_on_pop_set(navi, EINA_TRUE)

BY 09 Feb 2015 Native Application Development

Hello,

Does anybody use

elm_naviframe_content_preserve_on_pop_set(navi, EINA_TRUE);

The problem is that when current layout is popped then this popped layout is still visible above the underneath layout. I can see both of them simultaneously. As far as I understand the elm_naviframe_content_preserve_on_pop_set(navi, EINA_TRUE) should preserve layout (don’t destroy it) when it’s popped, but it should hide the popped layout and make visible the underneath layout. Am I wrong or this is a bug?

Written by