mirror of https://github.com/M66B/FairEmail.git
Reset boundary
This commit is contained in:
parent
e107cee4e5
commit
396fba1c95
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue