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

This commit is contained in:
Alan Viverette
2015-10-07 16:22:36 +00:00
committed by Gerrit Code Review

View File

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