split messages between received and sent
This commit is contained in:
parent
4b16fde919
commit
fc3e72d390
5 changed files with 45 additions and 4 deletions
|
|
@ -2,3 +2,7 @@ package com.simplemobiletools.smsmessenger.helpers
|
|||
|
||||
const val THREAD_ID = "thread_id"
|
||||
const val THREAD_NAME = "thread_name"
|
||||
|
||||
// message types for the thread list view
|
||||
const val RECEIVED_MESSAGE = 1
|
||||
const val SENT_MESSAGE = 2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue