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

Commit 8708bbd8 authored by Xiaowen Lei's avatar Xiaowen Lei Committed by Android (Google) Code Review
Browse files

Merge "Update the function used to log the dream picking events." into tm-dev

parents d23aa91e f3dce9d7
Loading
Loading
Loading
Loading
+3 −4
Original line number Diff line number Diff line
@@ -141,10 +141,9 @@ public class DreamPickerController extends BasePreferenceController implements
        public void onItemClicked() {
            mActiveDream = mDreamInfo;
            mBackend.setActiveDream(mDreamInfo.componentName);
            mMetricsFeatureProvider.action(
                    mContext,
                    SettingsEnums.ACTION_DREAM_SELECT_TYPE,
                    mDreamInfo.componentName.flattenToString());
            mMetricsFeatureProvider.action(SettingsEnums.PAGE_UNKNOWN,
                    SettingsEnums.ACTION_DREAM_SELECT_TYPE, SettingsEnums.PAGE_UNKNOWN,
                    mDreamInfo.componentName.flattenToString(), 1);
        }

        @Override