mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-30 09:31:11 +01:00
Disabled reporting for some cases
This commit is contained in:
@@ -1342,7 +1342,7 @@ public class FragmentAccount extends FragmentBase {
|
||||
|
||||
@Override
|
||||
protected void onException(Bundle args, Throwable ex) {
|
||||
Log.unexpectedError(getParentFragmentManager(), ex);
|
||||
Log.unexpectedError(getParentFragmentManager(), ex, false);
|
||||
}
|
||||
}.execute(this, args, "account:oauth");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user