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?