[notifications] Ensure android specific notification properties are populated

This commit is contained in:
Chris Bianca 2018-03-22 08:48:00 +00:00
parent e3ea0d3fc7
commit 26c3ed9a60
1 changed files with 1 additions and 0 deletions

View File

@ -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;
}