fix pressing jump-to in the community screen is navigating to home screen instead of shell (#15647)
This commit is contained in:
parent
6c1929096c
commit
f6d74df80b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue