mirror of
https://github.com/FossifyOrg/Messages.git
synced 2025-12-24 00:00:16 -05:00
fix: lower the prefetch limit to avoid unnecessary refresh (#585)
This commit is contained in:
@@ -2099,6 +2099,6 @@ class ThreadActivity : SimpleActivity() {
|
||||
private const val TYPE_DELETE = 16
|
||||
private const val MIN_DATE_TIME_DIFF_SECS = 300
|
||||
private const val SCROLL_TO_BOTTOM_FAB_LIMIT = 20
|
||||
private const val PREFETCH_THRESHOLD = 50
|
||||
private const val PREFETCH_THRESHOLD = 45
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user