We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc4c406 commit b72e893Copy full SHA for b72e893
src/status_im/contexts/onboarding/syncing/progress/view.cljs
@@ -31,7 +31,7 @@
31
(rf/dispatch [:navigate-back-to :screen/onboarding.sync-or-recover-profile])
32
(debounce/debounce-and-dispatch
33
[:onboarding/navigate-to-sign-in-by-seed-phrase :screen/onboarding.sync-or-recover-profile]
34
- 300))
+ 500))
35
36
(defn try-again-button
37
[profile-color logged-in?]
0 commit comments