From 2e5f73ff6149f9ac2834b0417c84b76763ef5ee2 Mon Sep 17 00:00:00 2001 From: Paul Frazee Date: Thu, 28 Sep 2023 12:41:44 -0700 Subject: Account quick switch modal (#1567) * quick switch menu * Some small tweaks and fixes to the account switch modal * Factor out the account switcher logic to a hook * Add haptic feedback on account switcher open * Fix bad merge --------- Co-authored-by: Samuel Newman --- src/view/screens/Notifications.tsx | 1 + 1 file changed, 1 insertion(+) (limited to 'src/view/screens/Notifications.tsx') diff --git a/src/view/screens/Notifications.tsx b/src/view/screens/Notifications.tsx index 243cc9596..977401350 100644 --- a/src/view/screens/Notifications.tsx +++ b/src/view/screens/Notifications.tsx @@ -71,6 +71,7 @@ export const NotificationsScreen = withAuthRequired( } }, [store, screen, onPressLoadLatest]), ) + useTabFocusEffect( 'Notifications', React.useCallback( -- cgit 1.4.1