Refactoring

This commit is contained in:
M66B
2019-06-30 19:56:23 +02:00
parent 0d33077b19
commit 77502a5a7b
13 changed files with 398 additions and 402 deletions

View File

@@ -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;