1
0
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:
Zhiyuan Zheng
2022-05-16 23:44:49 +02:00
parent 9c1d18c7f0
commit 46bab1593f
5 changed files with 5 additions and 5 deletions

View File

@ -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))