mirror of
https://github.com/status-im/status-react.git
synced 2025-01-12 20:14:40 +00:00
fix: setup syncing timer not working (#15852)
This commit is contained in:
parent
b45632d2fd
commit
682eb841ff
@ -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}
|
||||
|
Loading…
x
Reference in New Issue
Block a user