fix pressing jump-to in the community screen is navigating to home screen instead of shell (#15647)

This commit is contained in:
Parvesh Monu 2023-04-14 13:20:06 +05:30 committed by GitHub
parent 6c1929096c
commit f6d74df80b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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