Disable 'Tap for options' on Desktop
This commit is contained in:
parent
fc12e22535
commit
7bde1ef1f9
|
@ -281,9 +281,12 @@
|
||||||
:message-id message-id}])))}
|
:message-id message-id}])))}
|
||||||
[react/view style/not-sent-view
|
[react/view style/not-sent-view
|
||||||
[react/text {:style style/not-sent-text}
|
[react/text {:style style/not-sent-text}
|
||||||
(i18n/message-status-label :not-sent)]
|
(i18n/message-status-label (if platform/desktop?
|
||||||
[react/view style/not-sent-icon
|
:not-sent-without-tap
|
||||||
[vector-icons/icon :icons/warning {:color colors/red}]]]])
|
:not-sent))]
|
||||||
|
(when-not platform/desktop?
|
||||||
|
[react/view style/not-sent-icon
|
||||||
|
[vector-icons/icon :icons/warning {:color colors/red}]])]])
|
||||||
|
|
||||||
(defview command-status [{{:keys [network]} :params}]
|
(defview command-status [{{:keys [network]} :params}]
|
||||||
(letsubs [current-network [:network-name]]
|
(letsubs [current-network [:network-name]]
|
||||||
|
|
Loading…
Reference in New Issue