mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 03:18:06 +00:00
Use newly added Queued chat message state
This commit is contained in:
parent
8f0f6581b2
commit
f99b51d572
1 changed files with 1 additions and 1 deletions
|
|
@ -461,7 +461,7 @@ class LinphoneUtils {
|
|||
ChatMessage.State.InProgress, ChatMessage.State.FileTransferInProgress -> {
|
||||
R.drawable.animated_in_progress
|
||||
}
|
||||
ChatMessage.State.PendingDelivery -> {
|
||||
ChatMessage.State.PendingDelivery, ChatMessage.State.Queued -> {
|
||||
R.drawable.hourglass
|
||||
}
|
||||
else -> {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue