allow displaying older messages
This commit is contained in:
parent
21dd529846
commit
e9c32e7487
4 changed files with 53 additions and 5 deletions
|
|
@ -54,6 +54,8 @@ const val FILE_SIZE_600_KB = 614_400L
|
|||
const val FILE_SIZE_1_MB = 1_048_576L
|
||||
const val FILE_SIZE_2_MB = 2_097_152L
|
||||
|
||||
const val MESSAGES_LIMIT = 10
|
||||
|
||||
fun refreshMessages() {
|
||||
EventBus.getDefault().post(Events.RefreshMessages())
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue