Merge pull request #180 from KryptKode/feat/sms-delivered-status
Show 2 checks when sms is delivered
This commit is contained in:
commit
0b0e806d32
13 changed files with 66 additions and 26 deletions
|
|
@ -25,7 +25,7 @@ const val THREAD_DATE_TIME = 1
|
|||
const val THREAD_RECEIVED_MESSAGE = 2
|
||||
const val THREAD_SENT_MESSAGE = 3
|
||||
const val THREAD_SENT_MESSAGE_ERROR = 4
|
||||
const val THREAD_SENT_MESSAGE_SUCCESS = 5
|
||||
const val THREAD_SENT_MESSAGE_SENT = 5
|
||||
const val THREAD_SENT_MESSAGE_SENDING = 6
|
||||
|
||||
// lock screen visibility constants
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue