allow displaying older messages

This commit is contained in:
Pavel Poley 2022-06-02 13:01:03 +03:00
parent e9c32e7487
commit c8dbfb4090
3 changed files with 10 additions and 10 deletions

View file

@ -54,7 +54,7 @@ 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
const val MESSAGES_LIMIT = 15
fun refreshMessages() {
EventBus.getDefault().post(Events.RefreshMessages())