mirror of
https://github.com/SimpleMobileTools/Simple-SMS-Messenger.git
synced 2025-02-16 19:50:40 +01:00
Increase first load limit to 100
This commit is contained in:
parent
825190eb1a
commit
e98351c146
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user