Merge "Avoid fade animation when users switch index in hour chart." into tm-qpr-dev

This commit is contained in:
TreeHugger Robot
2022-09-21 05:50:50 +00:00
committed by Android (Google) Code Review

View File

@@ -695,7 +695,6 @@ public class BatteryChartPreferenceController extends AbstractPreferenceControll
}
if (visible) {
mHourlyChartView.setAlpha(0f);
mHourlyChartView.setVisibility(View.VISIBLE);
mHourlyChartView.animate()
.alpha(1f)