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/unified/20180111.074222~1 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Finputdelegator.git;a=commitdiff_plain;h=f4e3fa4c12a47881ececda101e5834a1b84a158c 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();