Do not show different text color for sending state.
This commit is contained in:
parent
ab304b0b9f
commit
f64086a25f
|
@ -55,7 +55,7 @@ class MessageColorProvider @Inject constructor(
|
||||||
SendState.UNKNOWN,
|
SendState.UNKNOWN,
|
||||||
SendState.UNSENT,
|
SendState.UNSENT,
|
||||||
SendState.ENCRYPTING,
|
SendState.ENCRYPTING,
|
||||||
SendState.SENDING -> colorProvider.getColorFromAttribute(R.attr.vctr_sending_message_text_color)
|
SendState.SENDING,
|
||||||
SendState.SENT,
|
SendState.SENT,
|
||||||
SendState.SYNCED -> colorProvider.getColorFromAttribute(R.attr.vctr_message_text_color)
|
SendState.SYNCED -> colorProvider.getColorFromAttribute(R.attr.vctr_message_text_color)
|
||||||
SendState.UNDELIVERED,
|
SendState.UNDELIVERED,
|
||||||
|
|
Loading…
Reference in New Issue