mirror of
https://github.com/tooot-app/app
synced 2025-06-05 22:19:13 +02:00
Minor fixes according to DeepScan
This commit is contained in:
@ -47,7 +47,10 @@ const App: React.FC = () => {
|
||||
})
|
||||
|
||||
return () => {
|
||||
AppState.removeEventListener('change', () => {})
|
||||
AppState.removeEventListener('change', () => {
|
||||
Notifications.setBadgeCountAsync(0)
|
||||
Notifications.dismissAllNotificationsAsync()
|
||||
})
|
||||
}
|
||||
}, [])
|
||||
|
||||
|
Reference in New Issue
Block a user