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
1 changed files with 1 additions and 1 deletions

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