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

Commit 70f7a641 authored by Lei Yu's avatar Lei Yu Committed by android-build-merger
Browse files

Merge "Fix issue in panel logging" into qt-dev

am: 2b60204d

Change-Id: I6561852b672e29f5aaddd2ef242e59698e1e2b6c
parents 7be1bcf2 2b60204d
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -33,6 +33,7 @@ import androidx.slice.widget.SliceView;

import com.android.settings.R;
import com.android.settings.overlay.FeatureFactory;

import com.google.android.setupdesign.DividerItemDecoration;

import java.util.ArrayList;
@@ -128,7 +129,8 @@ public class PanelSlicesAdapter
                                .action(0 /* attribution */,
                                        SettingsEnums.ACTION_PANEL_INTERACTION,
                                        mMetricsCategory,
                                        sliceLiveData.toString() /* log key */,
                                        sliceLiveData.getValue().getUri().getLastPathSegment()
                                        /* log key */,
                                        eventInfo.actionType /* value */);
                    })
            );