From 682eb841ff4359b87c7ac5c51ba1678831386426 Mon Sep 17 00:00:00 2001 From: Ajay Sivan Date: Thu, 25 May 2023 05:24:03 -0700 Subject: [PATCH] fix: setup syncing timer not working (#15852) --- src/status_im2/contexts/syncing/setup_syncing/view.cljs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/status_im2/contexts/syncing/setup_syncing/view.cljs b/src/status_im2/contexts/syncing/setup_syncing/view.cljs index f426d7aa48..b2e11e6bc2 100644 --- a/src/status_im2/contexts/syncing/setup_syncing/view.cljs +++ b/src/status_im2/contexts/syncing/setup_syncing/view.cljs @@ -36,7 +36,8 @@ (defn f-use-interval [clock cleanup-clock delay] - (hooks/use-interval clock cleanup-clock delay)) + (hooks/use-interval clock cleanup-clock delay) + nil) (defn view [] @@ -65,8 +66,8 @@ (reset! valid-for-ms code-valid-for-ms))] (fn [] - [:f> f-use-interval clock cleanup-clock @delay] [rn/view {:style (style/container-main (safe-area/get-top))} + [:f> f-use-interval clock cleanup-clock @delay] [rn/scroll-view {} [navigation-bar] [rn/view {:style style/page-container}