Merge "Recycle TypedArray in UsageView."

This commit is contained in:
Rajeev Kumar
2017-07-14 19:13:57 +00:00
committed by Android (Google) Code Review

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() {