Fixed scroll to top thread

This commit is contained in:
M66B
2019-11-18 09:05:38 +01:00
parent f5edd14d69
commit 04d5b49160
2 changed files with 14 additions and 16 deletions

View File

@@ -51,7 +51,7 @@ public class ViewModelMessages extends ViewModel {
private ExecutorService executor = Helper.getBackgroundExecutor(2, "model");
private static final int LOCAL_PAGE_SIZE = 100;
static final int LOCAL_PAGE_SIZE = 100;
private static final int REMOTE_PAGE_SIZE = 10;
private static final int SEARCH_PAGE_SIZE = 10;
private static final int LOW_MEM_MB = 32;