Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 42e46e01 authored by Joshua McCloskey's avatar Joshua McCloskey
Browse files

Make choose lock screen consistent

Bug: 237347124
Test: CTS Verifier > Security > Set New word Complexity
Flag: EXEMPT bugfix
Change-Id: I9437dbd00c435a9f7712db48d783032583e8d090
parent c8c8c537
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -124,9 +124,7 @@ public class SetNewPasswordActivity extends Activity implements SetNewPasswordCo

    @Override
    public void launchChooseLock(Bundle chooseLockFingerprintExtras) {
        final boolean isInSetupWizard = WizardManagerHelper.isAnySetupWizard(getIntent());
        Intent intent = isInSetupWizard ? new Intent(this, SetupChooseLockGeneric.class)
                : new Intent(this, ChooseLockGeneric.class);
        final Intent intent = new Intent(this, SetupChooseLockGeneric.class);
        intent.setAction(mNewPasswordAction);
        intent.putExtras(chooseLockFingerprintExtras);
        intent.putExtra(EXTRA_KEY_CHOOSE_LOCK_SCREEN_TITLE,