mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-05 12:24:26 +01:00
Small improvement
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user