elc_naviframe: fix to show pushed item if top item is deleted 44/237544/1
authorJaehyun Cho <jae_hyun.cho@samsung.com>
Wed, 1 Jul 2020 06:49:40 +0000 (15:49 +0900)
committerJaehyun Cho <jae_hyun.cho@samsung.com>
Wed, 1 Jul 2020 07:22:58 +0000 (16:22 +0900)
commita235ed20d061b933fb89cbd7b55efd06f17727c5
treebb23656adc6794d34ebd0aaf8335cae64a71c0d6
parent38b2af14aa65ecdd7318cb4fc3170885c1b688ca
elc_naviframe: fix to show pushed item if top item is deleted

If top item is deleted in "transition,finished" smart callback by user
before _on_item_push_finished is not finished, then pushed item is
hidden in _on_item_push_finished and no item is visible.

To resolve the above issue, _on_item_push_finished does not hide
pushed item if pushed item becomes top item.

Change-Id: I8d7d31e681f52c66accb7ce2029232a35ee86025
src/lib/elementary/elc_naviframe.c