mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-29 21:34:44 +02:00
@@ -126,6 +126,11 @@ public class BoundaryCallbackMessages extends PagedList.BoundaryCallback<TupleMe
|
||||
public void onItemAtEndLoaded(@NonNull final TupleMessageEx itemAtEnd) {
|
||||
Long id = (itemAtEnd == null ? null : itemAtEnd.id); // fall-safe
|
||||
|
||||
if (state.end != null && state.end.equals(id)) {
|
||||
Log.i("Boundary at same end=" + id);
|
||||
return;
|
||||
}
|
||||
|
||||
Log.i("Boundary at end=" + id);
|
||||
queue_load(state, id);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user