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

Commit 046a6345 authored by Steven Ng's avatar Steven Ng Committed by android-build-merger
Browse files

Nexus imprint setting is missing while adding corp account from SUW

am: 378dec14

Change-Id: I829c9738c70ec8242fb2c3fdcf7eecd5ff39df7c
parents f8032d0b 378dec14
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -299,7 +299,11 @@ public class ChooseLockGeneric extends SettingsActivity {
                intent.putExtra(ChooseLockSettingsHelper.EXTRA_KEY_FOR_FINGERPRINT,
                        mForFingerprint);
                intent.putExtra(EXTRA_HIDE_DRAWER, mHideDrawer);
                startActivityForResult(intent, ENABLE_ENCRYPTION_REQUEST);
                startActivityForResult(
                        intent,
                        mIsSetNewPassword && mHasChallenge
                                ? CHOOSE_LOCK_BEFORE_FINGERPRINT_REQUEST
                                : ENABLE_ENCRYPTION_REQUEST);
            } else {
                if (mForChangeCredRequiredForBoot) {
                    // Welp, couldn't change it. Oh well.