parent
4ea142dd43
commit
78551e0e8d
|
@ -32,8 +32,7 @@
|
||||||
(let [input-command-atom (subscribe [:get-input-command])]
|
(let [input-command-atom (subscribe [:get-input-command])]
|
||||||
(fn []
|
(fn []
|
||||||
(let [input-command @input-command-atom]
|
(let [input-command @input-command-atom]
|
||||||
[view ;; TODO temp to show input above react-native warning
|
[view
|
||||||
{:style {:marginBottom 50}}
|
|
||||||
(if input-command
|
(if input-command
|
||||||
[special-input-view input-command]
|
[special-input-view input-command]
|
||||||
[plain-message-input-view])]))))
|
[plain-message-input-view])]))))
|
||||||
|
|
Loading…
Reference in New Issue