This website works better with JavaScript.
Home
Explore
Register
Sign In
Fincer
/
simple-email
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Reduce page size to prevent memory issues
main
M66B
6 years ago
parent
8ce348f9a5
commit
2cfba13287
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
app/src/main/java/eu/faircode/email/FragmentMessages.java
+ 1
- 1
app/src/main/java/eu/faircode/email/FragmentMessages.java
View File
@ -57,7 +57,7 @@ public class FragmentMessages extends FragmentEx {
private
long
primary
=
-
1
;
private
AdapterMessage
adapter
;
private
static
final
int
PAGE_SIZE
=
10
0
;
private
static
final
int
PAGE_SIZE
=
5
0
;
@Override
@Nullable
Write
Preview
Loading…
Cancel
Save