Merge "Recycle TypedArray in LockPatternView"
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