use a 0 string for badge count
This commit is contained in:
+1
-1
@@ -37,6 +37,6 @@ class BackgroundNotificationHandler(
|
||||
}
|
||||
|
||||
// TODO - Remove this once we have more backend capability
|
||||
remoteMessage.data["badge"] = null
|
||||
remoteMessage.data["badge"] = "0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user