Don't display the last seen divider for outgoing calls

// FREEBIE
This commit is contained in:
Moxie Marlinspike 2017-03-09 17:16:21 -08:00
parent cbba8c0d76
commit 6866a74d95
1 changed files with 2 additions and 1 deletions

View File

@ -41,7 +41,8 @@ public interface MmsSmsColumns {
protected static final long[] OUTGOING_MESSAGE_TYPES = {BASE_OUTBOX_TYPE, BASE_SENT_TYPE,
BASE_SENDING_TYPE, BASE_SENT_FAILED_TYPE,
BASE_PENDING_SECURE_SMS_FALLBACK,
BASE_PENDING_INSECURE_SMS_FALLBACK};
BASE_PENDING_INSECURE_SMS_FALLBACK,
OUTGOING_CALL_TYPE};
// Message attributes
protected static final long MESSAGE_ATTRIBUTE_MASK = 0xE0;