Fix issue that showing drawing item when explicitly call with reply input type
[platform/core/uifw/inputdelegator.git] / src / w-input-selector.cpp
index 077136f..f729ed0 100755 (executable)
@@ -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();