naviframe: Fix to finish transition for newly pushed item
authorJaehyun Cho <jae_hyun.cho@samsung.com>
Mon, 4 Sep 2017 05:58:39 +0000 (14:58 +0900)
committerJaehyun Cho <jae_hyun.cho@samsung.com>
Mon, 4 Sep 2017 06:35:23 +0000 (15:35 +0900)
commit8574128b67d336e796ca0f0abc9b97e65f7799d4
treedda70179e688837aebbd08d8c6881c0043e0e40a
parentc51f35d42a148b34a9cf74714ecc16609984eecb
naviframe: Fix to finish transition for newly pushed item

If current item was deleted while new item was pushed, then the signals
for the newly pushed item was not sent.

The above issue happened if the transition effect was implemented by
using deferred signals (i.e. "pushed,deferred" and "popped,deferred").

To resolve the above issue, the signals only for the deleted item is not
sent.
src/lib/elementary/elc_naviframe.c