1
0
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:
xmflsct
2022-11-23 21:31:58 +01:00
parent a9d40079cc
commit 6c17123fe3
6 changed files with 80 additions and 96 deletions

View File

@ -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(() => {