about summary refs log tree commit diff
path: root/modules/expo-background-notification-handler/android/src/main/java/expo
diff options
context:
space:
mode:
authorVika <vika@fireburn.ru>2025-10-01 06:45:22 +0300
committerVika <vika@fireburn.ru>2025-10-01 06:59:02 +0300
commit0388147949a91f0d71c505d7feaa4db5a1bcbd35 (patch)
tree228b55def24bd9dbff7c3f5cb4362d78fb482db3 /modules/expo-background-notification-handler/android/src/main/java/expo
parent956244d13d74808dfe33e973b956e44ed62982eb (diff)
downloadvoidsky-0388147949a91f0d71c505d7feaa4db5a1bcbd35.tar.zst
xyz.blueskyweb.app → xyz.vikanezrimaya.voidsky
Diffstat (limited to 'modules/expo-background-notification-handler/android/src/main/java/expo')
-rw-r--r--modules/expo-background-notification-handler/android/src/main/java/expo/modules/backgroundnotificationhandler/NotificationPrefs.kt2
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() {