fix Blink of shell screen occurs when the Scan sync button is tapped (#19104)
This commit is contained in:
parent
c02cc5d391
commit
a538e2896e
|
@ -130,5 +130,5 @@
|
||||||
[quo/divider-label {:tight? false} (i18n/label :t/have-a-sync-code?)]
|
[quo/divider-label {:tight? false} (i18n/label :t/have-a-sync-code?)]
|
||||||
[quo/action-drawer
|
[quo/action-drawer
|
||||||
[[{:icon :i/scan
|
[[{:icon :i/scan
|
||||||
:on-press #(rf/dispatch [:navigate-to :scan-sync-code-page])
|
:on-press #(rf/dispatch [:open-modal :scan-sync-code-page])
|
||||||
:label (i18n/label :t/scan-or-enter-sync-code)}]]]]]])))
|
:label (i18n/label :t/scan-or-enter-sync-code)}]]]]]])))
|
||||||
|
|
Loading…
Reference in New Issue