am 7de6ae15: Merge "To call TypedArray.recycle() when we are done with the array."

* commit '7de6ae159e0652cabe57ea8814ce8633049644a2':
  To call TypedArray.recycle() when we are done with the array.
This commit is contained in:
Alan Viverette
2015-10-07 16:34:26 +00:00
committed by Android Git Automerger

View File

@@ -383,6 +383,7 @@ class FastScroller {
break;
}
}
ta.recycle();
updateAppearance();
}