Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9d854ef3 authored by Rajeev Kumar's avatar Rajeev Kumar
Browse files

Recycle TypedArray in UsageView.

Test: make RunSettingsRoboTests -j40
Change-Id: I8bcc40678d4cc493297b09cd5635c5342c969096
parent 82ee7cf1
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -81,6 +81,7 @@ public class UsageView extends FrameLayout {
            }
        }
        mUsageGraph.setAccentColor(a.getColor(R.styleable.UsageView_android_colorAccent, 0));
        a.recycle();
    }

    public void clearPaths() {