mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-25 15:10:47 +01:00
Refactoring
This commit is contained in:
@@ -394,7 +394,7 @@ public class ActivitySetup extends ActivityBilling implements FragmentManager.On
|
||||
Bundle args = new Bundle();
|
||||
args.putBoolean("export", export);
|
||||
|
||||
FragmentPassword fragment = new FragmentPassword();
|
||||
FragmentDialogPassword fragment = new FragmentDialogPassword();
|
||||
fragment.setArguments(args);
|
||||
fragment.show(getSupportFragmentManager(), "password");
|
||||
}
|
||||
@@ -1019,7 +1019,7 @@ public class ActivitySetup extends ActivityBilling implements FragmentManager.On
|
||||
return intent;
|
||||
}
|
||||
|
||||
public static class FragmentPassword extends DialogFragment {
|
||||
public static class FragmentDialogPassword extends DialogFragment {
|
||||
private TextInputLayout etPassword1;
|
||||
private TextInputLayout etPassword2;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user