Fixed repeating boundary errors

This commit is contained in:
M66B
2020-03-24 13:25:16 +01:00
parent 9fee5fef07
commit f7d8ad3253

View File

@@ -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() {