Skip to content

Commit

Permalink
use a 0 string for badge count
Browse files Browse the repository at this point in the history
  • Loading branch information
haileyok committed Jun 11, 2024
1 parent 84e83e6 commit efac398
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ class BackgroundNotificationHandler(
}

// TODO - Remove this once we have more backend capability
remoteMessage.data["badge"] = null
remoteMessage.data["badge"] = "0"
}
}

0 comments on commit efac398

Please sign in to comment.