mirror of
https://github.com/status-im/status-mobile.git
synced 2025-01-14 18:54:52 +00:00
[#3459] Done button in Recipient screen clickable area whole row
This commit is contained in:
parent
97083f31f6
commit
30dd92d902
@ -148,7 +148,8 @@
|
||||
:accessibility-label :recipient-address-input}]]
|
||||
[bottom-buttons/bottom-button
|
||||
[button/button {:disabled? (string/blank? @content)
|
||||
:on-press #(re-frame/dispatch [:wallet/fill-request-from-url @content])}
|
||||
:on-press #(re-frame/dispatch [:wallet/fill-request-from-url @content])
|
||||
:fit-to-text? false}
|
||||
(i18n/label :t/done)]]]])))
|
||||
|
||||
(defn recipient-qr-code []
|
||||
|
Loading…
x
Reference in New Issue
Block a user