mirror of
https://github.com/tooot-app/app
synced 2025-06-05 22:19:13 +02:00
Try if can find out why badge is not cleared
This commit is contained in:
@ -50,9 +50,9 @@ const Screens: React.FC<Props> = ({ localCorrupt }) => {
|
||||
|
||||
// Push hooks
|
||||
const instances = useSelector(getInstances, (prev, next) => prev.length === next.length)
|
||||
pushUseConnect({ t, instances })
|
||||
pushUseReceive({ instances })
|
||||
pushUseRespond({ instances })
|
||||
pushUseConnect()
|
||||
pushUseReceive()
|
||||
pushUseRespond()
|
||||
|
||||
// Prevent screenshot alert
|
||||
useEffect(() => {
|
||||
|
Reference in New Issue
Block a user