mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-28 00:20:50 +01:00
Always report unexpected errors
This commit is contained in:
@@ -95,6 +95,11 @@ public class AdapterOperation extends RecyclerView.Adapter<AdapterOperation.View
|
||||
EntityOperation.process(context);
|
||||
return null;
|
||||
}
|
||||
|
||||
@Override
|
||||
protected void onException(Bundle args, Throwable ex) {
|
||||
Helper.unexpectedError(context, ex);
|
||||
}
|
||||
}.load(context, owner, args);
|
||||
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user