I got this bug in some devices like sony xperia Z and wiko. I did implement Parse notification.I am setting my notification icon in my manifest.xml:
<meta-data
android:name="com.parse.push.notification_icon"
android:resource="@drawable/ic_launcher" />
When I receive a notification. My icon will appear in the satatus bar:
Until now everything is ok.
But when I try to open the status bar to check the message. My notification will appear without the icon. Only the message will appear:
Did anyone faced the same problem? And any idea how to fix it?