mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-07 17:43:18 +02:00
Fixed repeating boundary errors
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user