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 /src/screens/Settings/NotificationSettings/index.tsx | |
parent | 956244d13d74808dfe33e973b956e44ed62982eb (diff) | |
download | voidsky-0388147949a91f0d71c505d7feaa4db5a1bcbd35.tar.zst |
xyz.blueskyweb.app → xyz.vikanezrimaya.voidsky
Diffstat (limited to 'src/screens/Settings/NotificationSettings/index.tsx')
-rw-r--r-- | src/screens/Settings/NotificationSettings/index.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/screens/Settings/NotificationSettings/index.tsx b/src/screens/Settings/NotificationSettings/index.tsx index a16d30061..6fdb151f2 100644 --- a/src/screens/Settings/NotificationSettings/index.tsx +++ b/src/screens/Settings/NotificationSettings/index.tsx @@ -70,7 +70,7 @@ export function NotificationSettingsScreen({}: Props) { [ { key: 'android.provider.extra.APP_PACKAGE', - value: 'xyz.blueskyweb.app', + value: 'xyz.vikanezrimaya.voidsky', }, ], ) |