From: Irfan Abdul Date: Tue, 6 Dec 2016 11:08:56 +0000 (+0530) Subject: [Recents] Fix for TSAM-10870:momentbar show when swipe from recents. X-Git-Tag: submit/tizen_3.0/20161206.122811~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cdd0d6a8aa58565bb9f5ca210b59b60fe9bf72dc;p=profile%2Fwearable%2Fapps%2Fnative%2Ftaskmanager.git [Recents] Fix for TSAM-10870:momentbar show when swipe from recents. Change-Id: If2e4c95ecfae8f5a9029d5e92c54190056dd83b7 --- diff --git a/src/main.c b/src/main.c index ada25fa..d3939d4 100644 --- a/src/main.c +++ b/src/main.c @@ -341,9 +341,6 @@ static bool _create_cb(void *data) elm_object_event_callback_add(main_info.win, _back_key_pressed, NULL); - elm_win_indicator_mode_set(main_info.win, ELM_WIN_INDICATOR_SHOW); - elm_win_indicator_opacity_set(main_info.win, ELM_WIN_INDICATOR_TRANSPARENT); - elm_win_borderless_set(main_info.win, EINA_TRUE); elm_atspi_accessible_name_set(main_info.win, strdup(S_("WDS_ST_OPT_RECENT_APPS_ABB"))); evas_object_show(main_info.win);