Skip to content

Commit

Permalink
dispatch :wallet/get-accounts
Browse files Browse the repository at this point in the history
  • Loading branch information
flexsurfer committed Dec 13, 2023
1 parent 2e4816f commit 9dc78d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/status_im2/contexts/profile/login/events.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
"failed to start messenger")}]
:check-eip1559-activation {:network-id network-id}
:effects.profile/enable-local-notifications nil
:dispatch-n [:wallet/get-accounts]}
:dispatch-n [[:wallet/get-accounts]]}
(not (:universal-links/handling db))
(assoc :effects.chat/open-last-chat (get-in db [:profile/profile :key-uid]))
notifications-enabled?
Expand Down

0 comments on commit 9dc78d7

Please sign in to comment.