From 5f66ec260ca6094dc7297e3e9ca73cb3d8bc9d7f Mon Sep 17 00:00:00 2001 From: "sungwook79.park" Date: Wed, 10 Jan 2018 18:40:04 +0900 Subject: [PATCH] Fix issue that showing drawing item when explicitly call with reply input type Change-Id: I56f3a151e7d4b954eba56db9d9ab86d94c2e52d6 Signed-off-by: sungwook79.park --- src/w-input-selector.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/w-input-selector.cpp b/src/w-input-selector.cpp index 077136f..f729ed0 100755 --- a/src/w-input-selector.cpp +++ b/src/w-input-selector.cpp @@ -1117,7 +1117,7 @@ unsigned int _update_template_items(void *user_data) elm_genlist_item_class_free(itc); // drawing button (+) - if (app_data->mime_type == MIME_TYPE_ALL) { + if (app_data->mime_type == MIME_TYPE_ALL && app_data->app_type == APP_TYPE_SELECT_MODE) { Elm_Genlist_Item_Class *itc; itc = elm_genlist_item_class_new(); -- 2.7.4