Skip to content

Commit 7e60d25

Browse files
committed
lower the loaded messages count to 50
1 parent 26e0f15 commit 7e60d25

File tree

1 file changed

+1
-1
lines changed
  • app/src/main/kotlin/com/simplemobiletools/smsmessenger/helpers

1 file changed

+1
-1
lines changed

app/src/main/kotlin/com/simplemobiletools/smsmessenger/helpers/Constants.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ const val FILE_SIZE_600_KB = 614_400L
5454
const val FILE_SIZE_1_MB = 1_048_576L
5555
const val FILE_SIZE_2_MB = 2_097_152L
5656

57-
const val MESSAGES_LIMIT = 100
57+
const val MESSAGES_LIMIT = 50
5858

5959
fun refreshMessages() {
6060
EventBus.getDefault().post(Events.RefreshMessages())

0 commit comments

Comments
 (0)