mirror of https://github.com/M66B/FairEmail.git
Revert "Limit search results to 100 messages"
This reverts commit 684d50f81a
.
This commit is contained in:
parent
684d50f81a
commit
d8384dfbba
|
@ -81,7 +81,7 @@ public class BoundaryCallbackMessages extends PagedList.BoundaryCallback<TupleMe
|
||||||
|
|
||||||
private State state;
|
private State state;
|
||||||
|
|
||||||
private static final int SEARCH_LIMIT = 100;
|
private static final int SEARCH_LIMIT = 1000;
|
||||||
|
|
||||||
interface IBoundaryCallbackMessages {
|
interface IBoundaryCallbackMessages {
|
||||||
void onLoading();
|
void onLoading();
|
||||||
|
|
Loading…
Reference in New Issue