mirror of
https://github.com/tooot-app/app
synced 2025-01-05 14:07:44 +01:00
Try to fix #413
This commit is contained in:
parent
8aaa9bafb7
commit
4b39525c82
@ -33,6 +33,7 @@ const pushUseConnect = ({ t, instances }: Params) => {
|
|||||||
url: `push/connect/${expoToken}`,
|
url: `push/connect/${expoToken}`,
|
||||||
sentry: true
|
sentry: true
|
||||||
}).catch(error => {
|
}).catch(error => {
|
||||||
|
Notifications.setBadgeCountAsync(0)
|
||||||
if (error?.status == 404) {
|
if (error?.status == 404) {
|
||||||
displayMessage({
|
displayMessage({
|
||||||
theme,
|
theme,
|
||||||
|
Loading…
Reference in New Issue
Block a user