From 0388147949a91f0d71c505d7feaa4db5a1bcbd35 Mon Sep 17 00:00:00 2001 From: Vika Date: Wed, 1 Oct 2025 06:45:22 +0300 Subject: xyz.blueskyweb.app → xyz.vikanezrimaya.voidsky MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../expo/modules/backgroundnotificationhandler/NotificationPrefs.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/expo-background-notification-handler/android/src') 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() { -- cgit 1.4.1