Recycle TypedArray in UsageView.

Test: make RunSettingsRoboTests -j40
Change-Id: I8bcc40678d4cc493297b09cd5635c5342c969096
This commit is contained in:
Rajeev Kumar
2017-07-13 19:31:42 -07:00
parent 82ee7cf14f
commit 9d854ef36f

View File

@@ -81,6 +81,7 @@ public class UsageView extends FrameLayout {
}
}
mUsageGraph.setAccentColor(a.getColor(R.styleable.UsageView_android_colorAccent, 0));
a.recycle();
}
public void clearPaths() {