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

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

Merge "[Battery Usage U] Add logging for selecting by the dropdown in battery usage page"

parents ed4f08e8 495d6d50
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -163,6 +163,10 @@ public class BatteryUsageBreakdownController extends BasePreferenceController
                            mHandler.post(() -> {
                                removeAndCacheAllPreferences();
                                addAllPreferences();
                                mMetricsFeatureProvider.action(
                                        mPrefContext,
                                        SettingsEnums.ACTION_BATTERY_USAGE_SPINNER,
                                        mSpinnerPosition);
                            });
                        }
                    }