Increase first load limit to 100

This commit is contained in:
Naveen 2023-01-15 08:41:07 +05:30
parent 825190eb1a
commit e98351c146
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 = 50
const val MESSAGES_LIMIT = 100
// intent launch request codes
const val PICK_PHOTO_INTENT = 42