mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 13:47:05 +02:00
Refactoring
This commit is contained in:
@@ -775,7 +775,7 @@ public class FragmentOAuth extends FragmentBase {
|
||||
finish();
|
||||
ToastEx.makeText(getContext(), R.string.title_setup_oauth_updated, Toast.LENGTH_LONG).show();
|
||||
} else {
|
||||
FragmentReview fragment = new FragmentReview();
|
||||
FragmentDialogAccount fragment = new FragmentDialogAccount();
|
||||
fragment.setArguments(args);
|
||||
fragment.setTargetFragment(FragmentOAuth.this, ActivitySetup.REQUEST_DONE);
|
||||
fragment.show(getParentFragmentManager(), "oauth:review");
|
||||
|
||||
Reference in New Issue
Block a user