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

Commit 4c9ca756 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

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

parents bec5cc54 581fd171
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)