fix Blink of shell screen occurs when the Scan sync button is tapped (#19104)

This commit is contained in:
Parvesh Monu 2024-03-06 10:16:58 +05:30 committed by GitHub
parent c02cc5d391
commit a538e2896e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -130,5 +130,5 @@
[quo/divider-label {:tight? false} (i18n/label :t/have-a-sync-code?)]
[quo/action-drawer
[[{: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)}]]]]]])))