mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-05 20:34:49 +01:00
Reset boundary
This commit is contained in:
@@ -103,6 +103,11 @@ public class BoundaryCallbackMessages extends PagedList.BoundaryCallback<TupleMe
|
||||
void setCallback(IBoundaryCallbackMessages intf) {
|
||||
this.handler = new Handler();
|
||||
this.intf = intf;
|
||||
|
||||
if (imessages == null)
|
||||
index = 0;
|
||||
else
|
||||
index = imessages.length - 1;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user