mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-26 19:05:23 +01:00
Oops
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user