Do not show different text color for sending state.

This commit is contained in:
Onuray Sahin 2021-03-04 14:36:26 +03:00 committed by Benoit Marty
parent ab304b0b9f
commit f64086a25f
1 changed files with 1 additions and 1 deletions

View File

@ -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,