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

Commit e716055e authored by Zaiyue Xue's avatar Zaiyue Xue Committed by YK Hung
Browse files

Fix b/242809981 Charge battery to 100% when battery usage page opened, the...

Fix b/242809981 Charge battery to 100% when battery usage page opened, the chart will refresh, but the app list isn't refreshed in that case.

Bug: 242809981
Fix: 242809981
Test: manual
Change-Id: I303bbc2679f70ef16636c28f6364381f49457387
parent aef0cde4
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -343,6 +343,7 @@ public class BatteryChartPreferenceController extends AbstractPreferenceControll
            mDailyChartView.setVisibility(View.GONE);
            mHourlyChartView.setVisibility(View.VISIBLE);
            mHourlyChartView.setViewModel(null);
            removeAndCacheAllPrefs();
            addFooterPreferenceIfNeeded(false);
            return false;
        }