Change-Id: I0e26c6f777f727b5ff64684aae72f666b9053adf
type: RECT;
description {
state: "default" 0.0;
- color : 255 255 255 255;
+ color : 255 255 255 0;
visible : 1;
}
}
char *icon_path = NULL;
notification_get_image(noti, NOTIFICATION_IMAGE_TYPE_ICON_FOR_INDICATOR, &indicator_path);
- if (indicator_path == NULL || !ecore_file_exists(indicator_path)) {
+ if ((indicator_path == NULL || !ecore_file_exists(indicator_path))
+ && !util_check_noti_ani(indicator_path)) {
char *noti_path = NULL;
notification_get_image(noti, NOTIFICATION_IMAGE_TYPE_ICON, ¬i_path);