fix #35, show a tick at successfully sent last messages

This commit is contained in:
tibbi 2020-08-23 21:43:50 +02:00
parent e66a24c8f8
commit 349ff11957
6 changed files with 38 additions and 10 deletions

View file

@ -21,6 +21,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
fun refreshMessages() {
EventBus.getDefault().post(Events.RefreshMessages())