From 8820339292764d702b2c0936f197e99c763060d8 Mon Sep 17 00:00:00 2001 From: Jagrat Patidar Date: Tue, 30 Apr 2019 00:08:50 +0530 Subject: [PATCH] Added Indicator for common profile This patch adds indicator app to tizen common profile Change-Id: I7ed58646f6421cef61a2203812e1be8652b005bd --- src/menu_screen.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/menu_screen.c b/src/menu_screen.c index be6ce4a..355f278 100644 --- a/src/menu_screen.c +++ b/src/menu_screen.c @@ -334,7 +334,7 @@ static Evas_Object *_create_conformant(Evas_Object *win) evas_object_size_hint_weight_set(conformant, EVAS_HINT_EXPAND, EVAS_HINT_EXPAND); device_profile = util_get_device_profile(); if (device_profile) { - if (!strcmp(device_profile, "mobile")) { + if (!strcmp(device_profile, "mobile") || !strcmp(device_profile, "common")) { elm_win_indicator_mode_set(menu_screen_info.win, ELM_WIN_INDICATOR_SHOW); elm_win_indicator_opacity_set(menu_screen_info.win, ELM_WIN_INDICATOR_TRANSLUCENT); } -- 2.7.4