mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-29 21:34:44 +02:00
Disable list caching on less than 32 MB
This commit is contained in:
@@ -51,7 +51,7 @@ public class ViewModelMessages extends ViewModel {
|
||||
|
||||
private static final int LOCAL_PAGE_SIZE = 100;
|
||||
private static final int REMOTE_PAGE_SIZE = 10;
|
||||
private static final int LOW_MEM_MB = 64;
|
||||
private static final int LOW_MEM_MB = 32;
|
||||
|
||||
Model getModel(
|
||||
final Context context, final LifecycleOwner owner,
|
||||
|
||||
Reference in New Issue
Block a user