We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26e0f15 commit 7e60d25Copy full SHA for 7e60d25
app/src/main/kotlin/com/simplemobiletools/smsmessenger/helpers/Constants.kt
@@ -54,7 +54,7 @@ const val FILE_SIZE_600_KB = 614_400L
54
const val FILE_SIZE_1_MB = 1_048_576L
55
const val FILE_SIZE_2_MB = 2_097_152L
56
57
-const val MESSAGES_LIMIT = 100
+const val MESSAGES_LIMIT = 50
58
59
fun refreshMessages() {
60
EventBus.getDefault().post(Events.RefreshMessages())
0 commit comments