[FIX #3640] No Join button when joining public chat
This commit is contained in:
parent
54175caeba
commit
c0bad8f848
|
@ -30,7 +30,8 @@
|
|||
(re-frame/dispatch [:add-contact-handler]))
|
||||
:placeholder (i18n/label :t/enter-contact-code)
|
||||
:style add-new.styles/input
|
||||
:accessibility-label :enter-contact-code-input}]
|
||||
:accessibility-label :enter-contact-code-input
|
||||
:return-key-type :go}]
|
||||
[react/touchable-highlight {:on-press #(re-frame/dispatch [:scan-qr-code
|
||||
{:toolbar-title (i18n/label :t/new-contact)}
|
||||
:set-contact-identity-from-qr])
|
||||
|
|
|
@ -30,7 +30,8 @@
|
|||
(re-frame/dispatch [:create-new-public-chat topic]))
|
||||
:auto-capitalize :none
|
||||
:accessibility-label :chat-name-input
|
||||
:placeholder nil}]]]
|
||||
:placeholder nil
|
||||
:return-key-type :go}]]]
|
||||
(when error
|
||||
[tooltip/tooltip error styles/tooltip])])
|
||||
|
||||
|
|
|
@ -36,7 +36,8 @@
|
|||
:auto-capitalize :none
|
||||
:auto-correct false
|
||||
:style add-new.styles/input
|
||||
:accessibility-label :dapp-url-input}]]
|
||||
:accessibility-label :dapp-url-input
|
||||
:return-key-type :go}]]
|
||||
[react/text {:style styles/list-title}
|
||||
(i18n/label :t/selected-dapps)]
|
||||
[list/flat-list {:data dapps
|
||||
|
|
Loading…
Reference in New Issue