mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 22:26:06 +02:00
Refactoring
This commit is contained in:
@@ -467,7 +467,7 @@ public class FragmentQuickSetup extends FragmentBase {
|
||||
tvSmtpFingerprint.setText(args.getString("smtp_fingerprint"));
|
||||
grpSetup.setVisibility(result == null ? View.GONE : View.VISIBLE);
|
||||
} else {
|
||||
FragmentReview fragment = new FragmentReview();
|
||||
FragmentDialogAccount fragment = new FragmentDialogAccount();
|
||||
fragment.setArguments(args);
|
||||
fragment.setTargetFragment(FragmentQuickSetup.this, ActivitySetup.REQUEST_DONE);
|
||||
fragment.show(getParentFragmentManager(), "quick:review");
|
||||
|
||||
Reference in New Issue
Block a user