mirror of
https://github.com/oxen-io/session-android.git
synced 2025-12-31 15:36:09 +00:00
Refresh Message Details screen.
This commit is contained in:
committed by
Greyson Parrelli
parent
dfb5562142
commit
d9641128a8
@@ -78,6 +78,10 @@ public abstract class DisplayRecord {
|
||||
!MmsSmsColumns.Types.isIdentityDefault(type);
|
||||
}
|
||||
|
||||
public boolean isSent() {
|
||||
return MmsSmsColumns.Types.isSentType(type);
|
||||
}
|
||||
|
||||
public boolean isOutgoing() {
|
||||
return MmsSmsColumns.Types.isOutgoingMessageType(type);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user