Skip to content

Commit

Permalink
temporary hide spinners for v1
Browse files Browse the repository at this point in the history
  • Loading branch information
flexsurfer committed Jan 31, 2020
1 parent b2feca7 commit f4f9e52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/status_im/ui/screens/chat/message/message.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,7 @@
content message-type] :as message}]
(when (not= constants/message-type-private-group-system-message message-type)
(case outgoing-status
:sending [message-activity-indicator]
;:sending [message-activity-indicator] ;; TODO temporary for v1 because we have a few issues with the spinner
:not-sent [message-not-sent-text chat-id message-id]
:sent (when first-outgoing?
[react/view style/delivery-view
Expand Down

0 comments on commit f4f9e52

Please sign in to comment.