Disabled reporting for some cases

This commit is contained in:
M66B
2020-07-16 21:22:40 +02:00
parent 26d56e1466
commit cfe3d65c31
3 changed files with 3 additions and 3 deletions

View File

@@ -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");
}