Lower limit to 75 for quick loading

This commit is contained in:
Naveen 2023-01-15 09:12:07 +05:30
parent 37944e8b40
commit 2d3650deb4
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,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 = 100
const val MESSAGES_LIMIT = 75
// intent launch request codes
const val PICK_PHOTO_INTENT = 42