Skip to content

Commit

Permalink
fix pressing jump-to in the community screen is navigating to home sc…
Browse files Browse the repository at this point in the history
…reen instead of shell (#15647)
  • Loading branch information
Parveshdhull committed Apr 14, 2023
1 parent 6c19290 commit f6d74df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/status_im2/contexts/shell/events.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
(re-frame/reg-fx
:shell/navigate-from-shell-fx
(fn [stack-id]
(js/setTimeout #(animation/bottom-tab-on-press stack-id) 500)))
(animation/bottom-tab-on-press stack-id)))

(re-frame/reg-fx
:shell/reset-bottom-tabs
Expand Down

0 comments on commit f6d74df

Please sign in to comment.