mirror of
https://github.com/status-im/status-mobile.git
synced 2025-01-14 02:35:54 +00:00
prevent command cancelling
Former-commit-id: e8d79e2efa1158ff1a27b3606b5e41d524229332
This commit is contained in:
parent
00384bc79a
commit
e4e30b85e4
@ -29,7 +29,7 @@
|
||||
|
||||
(defn command-input-options [icon-width disbale?]
|
||||
{:style (st-response/command-input icon-width disbale?)
|
||||
:onChangeText command/set-input-message
|
||||
:onChangeText (when-not disbale? command/set-input-message)
|
||||
:onSubmitEditing command/send-command})
|
||||
|
||||
(defview message-input [input-options]
|
||||
|
Loading…
x
Reference in New Issue
Block a user