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

@@ -991,7 +991,7 @@ public class FragmentIdentity extends FragmentBase {
@Override
protected void onException(Bundle args, Throwable ex) {
Log.unexpectedError(getParentFragmentManager(), ex);
Log.unexpectedError(getParentFragmentManager(), ex, false);
}
}.execute(this, args, "identity:oauth");
}