From eddbeb889663a75813dc48948b8e530d01264043 Mon Sep 17 00:00:00 2001 From: flexsurfer Date: Wed, 14 Jun 2023 14:18:39 +0200 Subject: [PATCH] [#15626] Bottom sheets stop opening if close the app with a bottom sheet open and with PNs enabled and reopen it (#16258) --- src/status_im2/navigation/core.cljs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/status_im2/navigation/core.cljs b/src/status_im2/navigation/core.cljs index 6f92502dc9..d0378f111c 100644 --- a/src/status_im2/navigation/core.cljs +++ b/src/status_im2/navigation/core.cljs @@ -25,6 +25,7 @@ (navigation/set-default-options options/default-options) (reset! state/curr-modal false) (reset! state/dissmissing false) + (re-frame/dispatch [:bottom-sheet-hidden]) (if (= @state/root-id :multiaccounts-stack) (re-frame/dispatch-sync [:set-multiaccount-root]) (when @state/root-id