mobile: do not call EV.unsubscribeAll

This commit is contained in:
Ammar Ahmed
2026-02-13 14:39:09 +05:00
parent 5047ea9293
commit 2bce4caee5

View File

@@ -814,7 +814,6 @@ export const useAppEvents = () => {
return () => {
emitterSubscriptions.forEach((sub) => sub?.remove?.());
subscriptions.forEach((sub) => sub?.unsubscribe?.());
EV.unsubscribeAll();
};
}, [onSyncComplete, onUserUpdated]);