mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-01-12 22:50:20 +08:00
[notifications] Ensure android specific notification properties are populated
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user