1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-02-24 23:12:55 +00:00

Reduce page size to prevent memory issues

This commit is contained in:
M66B 2018-08-17 04:38:21 +00:00
parent 8ce348f9a5
commit 2cfba13287

View file

@ -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