mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-29 17:11:12 +01:00
Broadcast new message to scroll to top
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user