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

Commit 670c2524 authored by Vishwath Mohan's avatar Vishwath Mohan
Browse files

Disable pattern fading during the setup flow.

This CL disables fading the pattern during the pattern setup flow.

Test: The pattern fades everywhere but during the pattern setup flow.
Bug: 72798512
Change-Id: I959270cf39bc35080cce21777f0e168373406a17
parent 49d02057
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -484,6 +484,7 @@ public class ChooseLockPattern extends SettingsActivity {
            mLockPatternView.setOnPatternListener(mChooseNewLockPatternListener);
            mLockPatternView.setOnPatternListener(mChooseNewLockPatternListener);
            mLockPatternView.setTactileFeedbackEnabled(
            mLockPatternView.setTactileFeedbackEnabled(
                    mChooseLockSettingsHelper.utils().isTactileFeedbackEnabled());
                    mChooseLockSettingsHelper.utils().isTactileFeedbackEnabled());
            mLockPatternView.setFadePattern(false);


            mFooterText = (TextView) view.findViewById(R.id.footerText);
            mFooterText = (TextView) view.findViewById(R.id.footerText);