DescriptionFix build warnings in third_party/android_data_chart.
This fixes two warnings:
- lint was warning about allocations during onLayout() in ChartView
- javac was complaining about using the deprecated
android.text.format.Time class. Turns out, that code was unused
(since we no longer draw grid lines on the data usage chart), so I
deleted it.
Committed: https://crrev.com/0e96044e0ddda2b8d5d45e1d595fa76b9c9decd6
Cr-Commit-Position: refs/heads/master@{#383160}
Patch Set 1 #
Total comments: 1
Patch Set 2 : updated gn file #Messages
Total messages: 12 (5 generated)
|