[notifications] Ensure android specific notification properties are populated
This commit is contained in:
parent
e3ea0d3fc7
commit
26c3ed9a60
|
@ -284,6 +284,7 @@ public class RNFirebaseNotifications extends ReactContextBaseJavaModule implemen
|
|||
if (notification.getTag() != null) {
|
||||
androidMap.putString("group", notification.getTag());
|
||||
}
|
||||
notificationMap.putMap("android", androidMap);
|
||||
|
||||
return notificationMap;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue