Lower limit to 75 for quick loading
This commit is contained in:
parent
37944e8b40
commit
2d3650deb4
1 changed files with 1 additions and 1 deletions
|
|
@ -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_1_MB = 1_048_576L
|
||||||
const val FILE_SIZE_2_MB = 2_097_152L
|
const val FILE_SIZE_2_MB = 2_097_152L
|
||||||
|
|
||||||
const val MESSAGES_LIMIT = 100
|
const val MESSAGES_LIMIT = 75
|
||||||
|
|
||||||
// intent launch request codes
|
// intent launch request codes
|
||||||
const val PICK_PHOTO_INTENT = 42
|
const val PICK_PHOTO_INTENT = 42
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue