Reset boundary

This commit is contained in:
M66B 2019-06-10 08:38:56 +02:00
parent e107cee4e5
commit 396fba1c95
1 changed files with 5 additions and 0 deletions

View File

@ -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