ref: update copy and make 1MB default MMS file limit

This commit is contained in:
Paul Akhamiogu 2021-09-07 22:11:33 +01:00
parent c3c2ce4ee3
commit b27d3ab795
25 changed files with 75 additions and 68 deletions

View file

@ -39,8 +39,8 @@ const val FILE_SIZE_100_KB = 102_400L
const val FILE_SIZE_200_KB = 204_800L
const val FILE_SIZE_300_KB = 307_200L
const val FILE_SIZE_600_KB = 614_400L
const val FILE_SIZE_1000_KB = 1_048_576L
const val FILE_SIZE_2000_KB = 2_097_152L
const val FILE_SIZE_1_MB = 1_048_576L
const val FILE_SIZE_2_MB = 2_097_152L
fun refreshMessages() {
EventBus.getDefault().post(Events.RefreshMessages())