Add screen reader source for Double Press Home Key. 93/107293/1
authorjinwang.an <jinwang.an@samsung.com>
Tue, 27 Dec 2016 10:25:11 +0000 (19:25 +0900)
committerjinwang.an <jinwang.an@samsung.com>
Tue, 27 Dec 2016 10:25:11 +0000 (19:25 +0900)
Change-Id: Ic8ace1e5445154bc4632e8e16237f027c29b01b9
Signed-off-by: jinwang.an <jinwang.an@samsung.com>
src/setting-device.c

index 33cc2b067b454d993a3544e5fafe65e407ef4474..34cfd1e535f3f01b111ba22d95afcae6de22b547 100644 (file)
@@ -679,6 +679,7 @@ static void _last_app_check_popup_cb(void *data, Evas_Object *obj, void *event_i
        char *txt = strdup(buf);
        elm_object_text_set(popup, txt);
        FREE(txt);
+       _screen_reader_information_set(popup);
 
        btn = elm_button_add(popup);
        elm_object_style_set(btn, "bottom");