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

Commit 103ccf1d authored by thiruram's avatar thiruram
Browse files

Populate LauncherUiChanged.search_attributes field.

Test: Manual
Bug: 199495917
Change-Id: I9a7f9696d44b5b2af8d11e7f537b5c4ed78db060
parent 69928557
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -412,9 +412,8 @@ public class StatsLogCompatManager extends StatsLogManager {
                    atomInfo.getFolderIcon().getToLabelState().getNumber() /* toState */,
                    atomInfo.getFolderIcon().getLabelInfo() /* edittext */,
                    getCardinality(atomInfo) /* cardinality */,
                    getFeatures(atomInfo) /* features */
                    // TODO(b/217753033) : Add SearchAttributes field after necessary approval
                    // getSearchAttributes(atomInfo) /* searchAttributes */
                    getFeatures(atomInfo) /* features */,
                    getSearchAttributes(atomInfo) /* searchAttributes */
            );
        }
    }