mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-24 15:11:03 +00:00
Reduce page size to prevent memory issues
This commit is contained in:
parent
8ce348f9a5
commit
2cfba13287
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue