Check the category info if the group info is not matched
authorSung-jae Park <nicesj.park@samsung.com>
Mon, 2 Feb 2015 03:54:02 +0000 (12:54 +0900)
committerSung-jae Park <nicesj.park@samsung.com>
Mon, 2 Feb 2015 03:54:02 +0000 (12:54 +0900)
[model] Redwood,Kiran,B3(Wearable)
[binary_type] AP
[customer] Docomo/Orange/ATT/Open
[issue#] N/A
[problem]
[cause]
[solution]
[team] HomeTF
[request]
[horizontal_expansion]

Change-Id: Ie6dca1f69c88cf62dcac90676b5a38e4baa4880a

dynamicbox_viewer_evas/src/dynamicbox_viewer_evas.c

index fd9dfd108c8fae57c7316cec09a324f02cfcbfad..9b7c4cfcd2c54d12a045bee24daf5ed32d180249 100644 (file)
@@ -5446,7 +5446,9 @@ static int dynamicbox_event_handler(struct dynamicbox *handle, enum dynamicbox_e
                                                }
                                        }
                                }
-                       } else {
+                       }
+
+                       if (is_handled == 0) {
                                char *category;
                                category = dynamicbox_service_category(dynamicbox_pkgname(handle));
                                if (category) {