close popup when opening details view

This commit is contained in:
Simon Tischer 2020-03-24 17:38:24 +01:00 committed by Marcel Hollerbach
parent 936b7edf00
commit 7eb8748655
1 changed files with 2 additions and 0 deletions

View File

@ -55,6 +55,8 @@ _show_details(void *data, Evas_Object *obj EINA_UNUSED, void *event_info EINA_UN
o = extra_ui_base_object_detail(background, &background->obj, acc, _ui.win);
extra_ui_details_window_show(o);
evas_object_del(_ui.popup_toolbar);
}
static void