Broadcast new message to scroll to top

This commit is contained in:
M66B
2019-11-22 13:50:16 +01:00
parent 23e311bb80
commit 3747814289
3 changed files with 42 additions and 15 deletions

View File

@@ -51,7 +51,7 @@ public class ViewModelMessages extends ViewModel {
private ExecutorService executor = Helper.getBackgroundExecutor(2, "model");
static final int LOCAL_PAGE_SIZE = 100;
private 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;