Recycle TypedArray in UsageView.
Test: make RunSettingsRoboTests -j40 Change-Id: I8bcc40678d4cc493297b09cd5635c5342c969096
This commit is contained in:
@@ -81,6 +81,7 @@ public class UsageView extends FrameLayout {
|
||||
}
|
||||
}
|
||||
mUsageGraph.setAccentColor(a.getColor(R.styleable.UsageView_android_colorAccent, 0));
|
||||
a.recycle();
|
||||
}
|
||||
|
||||
public void clearPaths() {
|
||||
|
Reference in New Issue
Block a user