Don't show sent checkmark for outgoing calls

Fixes #6502
Closes #6667
// FREEBIE
pull/1/head
FeuRenard 9 years ago committed by Moxie Marlinspike
parent d507756821
commit ec1a0547d6

@ -202,7 +202,7 @@ public class ConversationListItem extends RelativeLayout
}
private void setStatusIcons(ThreadRecord thread) {
if (!thread.isOutgoing()) {
if (!thread.isOutgoing() || thread.isOutgoingCall()) {
deliveryStatusIndicator.setNone();
alertView.setNone();
} else if (thread.isFailed()) {

Loading…
Cancel
Save