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

Commit e5cb2a7f authored by Jim Miller's avatar Jim Miller Committed by Android (Google) Code Review
Browse files

Merge "Recycle TypedArray in LockPatternView"

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

    public CellState[][] getCellStates() {