mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-27 10:17:18 +00:00
Oops
This commit is contained in:
parent
1ef4f1be11
commit
952ed112af
1 changed files with 1 additions and 1 deletions
|
@ -1152,7 +1152,7 @@ public class BoundaryCallbackMessages extends PagedList.BoundaryCallback<TupleMe
|
|||
criteria.after = json.getLong("after") + now.getTimeInMillis();
|
||||
|
||||
if (json.has("before"))
|
||||
criteria.before = json.getLong("before" + now.getTimeInMillis());
|
||||
criteria.before = json.getLong("before") + now.getTimeInMillis();
|
||||
|
||||
return criteria;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue