Skip to content

Commit b38f4c2

Browse files
authored
fix: lower the prefetch limit to avoid unnecessary refresh (#585)
1 parent 07b7e92 commit b38f4c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/kotlin/org/fossify/messages/activities/ThreadActivity.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2099,6 +2099,6 @@ class ThreadActivity : SimpleActivity() {
20992099
private const val TYPE_DELETE = 16
21002100
private const val MIN_DATE_TIME_DIFF_SECS = 300
21012101
private const val SCROLL_TO_BOTTOM_FAB_LIMIT = 20
2102-
private const val PREFETCH_THRESHOLD = 50
2102+
private const val PREFETCH_THRESHOLD = 45
21032103
}
21042104
}

0 commit comments

Comments
 (0)