Fixed repeating boundary errors

pull/177/head
M66B 5 years ago
parent 9fee5fef07
commit f7d8ad3253

@ -160,6 +160,7 @@ public class BoundaryCallbackMessages extends PagedList.BoundaryCallback<TupleMe
else
fetched = load_device(state);
} catch (final Throwable ex) {
state.error = true;
Log.e("Boundary", ex);
if (intf != null)
handler.post(new Runnable() {

Loading…
Cancel
Save