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

Commit ac010478 authored by Jim Miller's avatar Jim Miller
Browse files

Recycle TypedArray in LockPatternView

Fixes bug 26734012

Change-Id: Ic15908f9aa6940f8c53a47c160c92f6f4648cc61
parent a8a8545f
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -334,6 +334,7 @@ public class LockPatternView extends View {
        mExploreByTouchHelper = new PatternExploreByTouchHelper(this);
        mExploreByTouchHelper = new PatternExploreByTouchHelper(this);
        setAccessibilityDelegate(mExploreByTouchHelper);
        setAccessibilityDelegate(mExploreByTouchHelper);
        mAudioManager = (AudioManager) mContext.getSystemService(Context.AUDIO_SERVICE);
        mAudioManager = (AudioManager) mContext.getSystemService(Context.AUDIO_SERVICE);
        a.recycle();
    }
    }


    public CellState[][] getCellStates() {
    public CellState[][] getCellStates() {