mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-05 04:19:21 +01:00
Reduce page size to prevent memory issues
This commit is contained in:
@@ -57,7 +57,7 @@ public class FragmentMessages extends FragmentEx {
|
||||
private long primary = -1;
|
||||
private AdapterMessage adapter;
|
||||
|
||||
private static final int PAGE_SIZE = 100;
|
||||
private static final int PAGE_SIZE = 50;
|
||||
|
||||
@Override
|
||||
@Nullable
|
||||
|
||||
Reference in New Issue
Block a user