-
Notifications
You must be signed in to change notification settings - Fork 7.4k
Description
Device: One plus 5, moto z play
OS : Oreo
Google play services version : 11.8.0
Firebase messaging sdk version : 11.8.0
when app is in background, Notification icon specified in android manifest is not been shown in notification panel in Oreo. This works on all other android versions.
The issue is really easy to reproduce, the notification icon is displayed when app is in foreground but in background, the icon is not visible or is just blank. I am using custom data payload with notification type to trigger a push from server. This issue occurs only in version 11.8.0 and Oreo, so i downgraded to version 11.6.2 and the issue is not there.
Manifest.xml
<meta-data android:name="com.google.firebase.messaging.default_notification_icon" android:resource="@drawable/ic_notification_white" /> <meta-data android:name="com.google.firebase.messaging.default_notification_color" android:resource="@color/black" />
will this be fixed in the next update?