From: sungwook79.park Date: Wed, 10 Jan 2018 09:40:04 +0000 (+0900) Subject: Fix issue that showing drawing item when explicitly call with reply input type X-Git-Tag: accepted/tizen/4.0/unified/20180111.140644~1 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Finputdelegator.git;a=commitdiff_plain;h=5f66ec260ca6094dc7297e3e9ca73cb3d8bc9d7f Fix issue that showing drawing item when explicitly call with reply input type Change-Id: I56f3a151e7d4b954eba56db9d9ab86d94c2e52d6 Signed-off-by: sungwook79.park --- 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();