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

Commit 060ce6b5 authored by Xiyuan Xia's avatar Xiyuan Xia Committed by Android Git Automerger
Browse files

am 9e06cbf5: am a104c05d: Merge "Fix wrong stage exception in ChooseLockPattern" into mnc-dr-dev

* commit '9e06cbf5':
  Fix wrong stage exception in ChooseLockPattern
parents 9cc1143d 9e06cbf5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -444,11 +444,11 @@ public class ChooseLockPattern extends SettingsActivity {
        @Override
        public void onResume() {
            super.onResume();
            updateStage(mUiStage);

            if (mSaveAndFinishWorker != null) {
                setRightButtonEnabled(false);
                mSaveAndFinishWorker.setListener(this);
            } else {
                mLockPatternView.enableInput();
            }
        }