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

Commit f2e29d43 authored by Joshua McCloskey's avatar Joshua McCloskey Committed by Joshua Mccloskey
Browse files

A11y pattern view is no longer selectable

Fixes: 386873612
Fixes: 386873927
Test: Verified pattern view is no longer selectable, but cells are still
announced.
Flag: EXEMPT bugfix

Change-Id: If80da276f2a33206c39552b6b86a92c899f865a9
parent 496dcd3e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -563,6 +563,7 @@ public class ChooseLockPattern extends SettingsActivity {
            mLockPatternView = (LockPatternView) view.findViewById(R.id.lockPattern);
            mLockPatternView.setOnPatternListener(mChooseNewLockPatternListener);
            mLockPatternView.setFadePattern(false);
            mLockPatternView.setClickable(false);

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