split messages between received and sent

This commit is contained in:
tibbi 2020-04-03 21:44:18 +02:00
parent 4b16fde919
commit fc3e72d390
5 changed files with 45 additions and 4 deletions

View file

@ -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