Fix issue that showing drawing item when explicitly call with reply input type 76/166476/1
authorsungwook79.park <sungwook79.park@samsung.com>
Wed, 10 Jan 2018 09:40:04 +0000 (18:40 +0900)
committersungwook79.park <sungwook79.park@samsung.com>
Wed, 10 Jan 2018 09:43:09 +0000 (18:43 +0900)
Change-Id: I56f3a151e7d4b954eba56db9d9ab86d94c2e52d6
Signed-off-by: sungwook79.park <sungwook79.park@samsung.com>
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();