mirror of
https://github.com/tooot-app/app
synced 2025-06-05 22:19:13 +02:00
Fix push wrong ID
This commit is contained in:
@ -51,7 +51,7 @@ const TabMePush: React.FC = () => {
|
||||
} else {
|
||||
Notifications.getExpoPushTokenAsync({
|
||||
experienceId: '@xmflsct/tooot',
|
||||
applicationId: 'com.xmflsct.tooot.app'
|
||||
applicationId: 'com.xmflsct.app.tooot'
|
||||
})
|
||||
.then(data => setPushAvailable(!!data))
|
||||
.catch(() => setPushAvailable(false))
|
||||
|
Reference in New Issue
Block a user