mirror of
https://github.com/oxen-io/session-android.git
synced 2025-12-02 23:32:23 +00:00
Do not show sent checkmark for verification status changes
Fixes #6743 Closes #7041 // FREEBIE
This commit is contained in:
committed by
Moxie Marlinspike
parent
0ab9b56a18
commit
fdd070c1dd
@@ -144,6 +144,10 @@ public abstract class DisplayRecord {
|
||||
return SmsDatabase.Types.isMissedCall(type);
|
||||
}
|
||||
|
||||
public boolean isVerificationStatusChange() {
|
||||
return SmsDatabase.Types.isIdentityDefault(type) || SmsDatabase.Types.isIdentityVerified(type);
|
||||
}
|
||||
|
||||
public int getDeliveryStatus() {
|
||||
return deliveryStatus;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user