Recycle TypedArray in LockPatternView
Fixes bug 26734012 Change-Id: Ic15908f9aa6940f8c53a47c160c92f6f4648cc61
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user