We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b85ecb0 commit 7bfbd86Copy full SHA for 7bfbd86
src/status_im/contexts/onboarding/events.cljs
@@ -14,10 +14,8 @@
14
15
(rf/reg-event-fx
16
:onboarding/finish-onboarding
17
- (fn [_ [notifications-enabled?]]
18
- {:fx [(when notifications-enabled?
19
- [:dispatch [:push-notifications/switch {:notifications-enabled true}]])
20
- [:dispatch [:shell/change-tab shell.constants/default-selected-stack]]
+ (fn [_ []]
+ {:fx [[:dispatch [:shell/change-tab shell.constants/default-selected-stack]]
21
[:dispatch [:update-theme-and-init-root :screen/shell-stack]]
22
[:dispatch [:profile/toggle-testnet-mode-banner]]
23
[:dispatch [:universal-links/process-stored-event]]]}))
0 commit comments