Reduce page size to prevent memory issues

pull/50/head
M66B 6 years ago
parent 8ce348f9a5
commit 2cfba13287

@ -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…
Cancel
Save