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

Commit 581fd171 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

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

parents 53f1e23d b1b79bf0
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -695,7 +695,6 @@ public class BatteryChartPreferenceController extends AbstractPreferenceControll
        }

        if (visible) {
            mHourlyChartView.setAlpha(0f);
            mHourlyChartView.setVisibility(View.VISIBLE);
            mHourlyChartView.animate()
                    .alpha(1f)