diff options
-rwxr-xr-x | home/src/apps/apps_state_edit.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/home/src/apps/apps_state_edit.c b/home/src/apps/apps_state_edit.c index bc3468b..7a7af4d 100755 --- a/home/src/apps/apps_state_edit.c +++ b/home/src/apps/apps_state_edit.c @@ -120,6 +120,10 @@ static void __step_out(void *next_state) { _D("%s", __func__); + if (s_info.popup != NULL) { + __uninstall_cancel_cb(NULL, NULL, NULL); + } + APPS_STATE *reorder_state = __apps_control_manager_get_reorder_state(); apps_view_deregister_page_changed_cb(__page_changed); |