about summary refs log tree commit diff
path: root/patches/expo-notifications-0.28.7.patch.md
diff options
context:
space:
mode:
Diffstat (limited to 'patches/expo-notifications-0.28.7.patch.md')
-rw-r--r--patches/expo-notifications-0.28.7.patch.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/patches/expo-notifications-0.28.7.patch.md b/patches/expo-notifications-0.28.7.patch.md
index 59b2598f3..05f841725 100644
--- a/patches/expo-notifications-0.28.7.patch.md
+++ b/patches/expo-notifications-0.28.7.patch.md
@@ -7,3 +7,8 @@ in `onMessageReceived` are sent to the module for handling.
 
 It also allows us to set the Android notification channel ID from the notification `data`, rather
 than the `notification` object in the payload.
+
+### `setBadgeCountAsync` fix on Android
+
+`ShortcutBadger`'s `setCount` doesn't work for clearing the badge on Android for some reason. Instead, let's use the
+Android API for clearing the badge.