Small improvement

This commit is contained in:
M66B 2020-01-18 10:37:17 +01:00
parent 4fce0e4a64
commit 9419ca1e4a
1 changed files with 1 additions and 1 deletions

View File

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