From f6d74df80b9c02dd928a565047ed77839ac27f40 Mon Sep 17 00:00:00 2001 From: Parvesh Monu Date: Fri, 14 Apr 2023 13:20:06 +0530 Subject: [PATCH] fix pressing jump-to in the community screen is navigating to home screen instead of shell (#15647) --- src/status_im2/contexts/shell/events.cljs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/status_im2/contexts/shell/events.cljs b/src/status_im2/contexts/shell/events.cljs index d035c6b6b1..ae51f6baa3 100644 --- a/src/status_im2/contexts/shell/events.cljs +++ b/src/status_im2/contexts/shell/events.cljs @@ -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