mirror of
https://github.com/tooot-app/app
synced 2025-06-05 22:19:13 +02:00
Push error tolerance
This commit is contained in:
@ -58,7 +58,7 @@ const Screens: React.FC<Props> = ({ localCorrupt }) => {
|
||||
|
||||
// Update Expo Token to server
|
||||
useEffect(() => {
|
||||
dispatch(connectInstancesPush())
|
||||
dispatch(connectInstancesPush({ mode, t }))
|
||||
}, [])
|
||||
|
||||
// Prevent screenshot alert
|
||||
|
Reference in New Issue
Block a user