diff options
author | Vika <vika@fireburn.ru> | 2025-10-01 06:45:22 +0300 |
---|---|---|
committer | Vika <vika@fireburn.ru> | 2025-10-01 06:59:02 +0300 |
commit | 0388147949a91f0d71c505d7feaa4db5a1bcbd35 (patch) | |
tree | 228b55def24bd9dbff7c3f5cb4362d78fb482db3 /modules/expo-background-notification-handler/android/src/main | |
parent | 956244d13d74808dfe33e973b956e44ed62982eb (diff) | |
download | voidsky-0388147949a91f0d71c505d7feaa4db5a1bcbd35.tar.zst |
xyz.blueskyweb.app → xyz.vikanezrimaya.voidsky
Diffstat (limited to 'modules/expo-background-notification-handler/android/src/main')
-rw-r--r-- | modules/expo-background-notification-handler/android/src/main/java/expo/modules/backgroundnotificationhandler/NotificationPrefs.kt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/expo-background-notification-handler/android/src/main/java/expo/modules/backgroundnotificationhandler/NotificationPrefs.kt b/modules/expo-background-notification-handler/android/src/main/java/expo/modules/backgroundnotificationhandler/NotificationPrefs.kt index 97b05b4d7..1f4bc59bc 100644 --- a/modules/expo-background-notification-handler/android/src/main/java/expo/modules/backgroundnotificationhandler/NotificationPrefs.kt +++ b/modules/expo-background-notification-handler/android/src/main/java/expo/modules/backgroundnotificationhandler/NotificationPrefs.kt @@ -18,7 +18,7 @@ class NotificationPrefs( private val context: Context?, ) { private val prefs = - context?.getSharedPreferences("xyz.blueskyweb.app", Context.MODE_PRIVATE) + context?.getSharedPreferences("xyz.vikanezrimaya.voidsky", Context.MODE_PRIVATE) ?: throw Error("Context is null") fun initialize() { |