diff options
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', }, ], ) |