mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 00:59:49 +01:00
Show edited time instead of original time.
This commit is contained in:
@@ -614,6 +614,9 @@ public abstract class MessageRecord extends DisplayRecord {
|
||||
if ((isPush() || isCallLog()) && getDateSent() < getDateReceived()) {
|
||||
return getDateSent();
|
||||
}
|
||||
if (isEditMessage()) {
|
||||
return getDateSent();
|
||||
}
|
||||
return getDateReceived();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user