mirror of
https://github.com/oxen-io/session-android.git
synced 2025-05-06 15:16:50 +00:00
Don't show sent checkmark for outgoing calls
Fixes #6502 Closes #6667 // FREEBIE
This commit is contained in:
parent
d507756821
commit
ec1a0547d6
@ -202,7 +202,7 @@ public class ConversationListItem extends RelativeLayout
|
|||||||
}
|
}
|
||||||
|
|
||||||
private void setStatusIcons(ThreadRecord thread) {
|
private void setStatusIcons(ThreadRecord thread) {
|
||||||
if (!thread.isOutgoing()) {
|
if (!thread.isOutgoing() || thread.isOutgoingCall()) {
|
||||||
deliveryStatusIndicator.setNone();
|
deliveryStatusIndicator.setNone();
|
||||||
alertView.setNone();
|
alertView.setNone();
|
||||||
} else if (thread.isFailed()) {
|
} else if (thread.isFailed()) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user