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

Commit 88b34ff4 authored by Sam Dubey's avatar Sam Dubey
Browse files

Revert "Add placeholders for item_attributes parameters."

Revert "Add item_attributes to LauncherAtoms."

Revert submission 17044396-ItemAttributes

Reason for revert: Broke targets
Bug: 222206900
Reverted Changes:
I164eb20e5:Add placeholders for item_attributes parameters.
I18af2044d:Add item_attributes to LauncherAtoms.

Change-Id: I620487090e2486bd579944769cce065e9c810f5b
parent cfccd38a
Loading
Loading
Loading
Loading
+5 −10
Original line number Diff line number Diff line
@@ -139,11 +139,9 @@ public class StatsLogCompatManager extends StatsLogManager {
                info.getIsWork() /* is_work_profile */,
                info.getAttribute().getNumber() /* origin */,
                getCardinality(info) /* cardinality */,
                info.getWidget().getSpanX() /* span_x */,
                info.getWidget().getSpanY() /* span_y */,
                getFeatures(info) /* features */,
                null/*itemAttributes*/
        );
                info.getWidget().getSpanX(),
                info.getWidget().getSpanY(),
                getFeatures(info));
    }

    /**
@@ -172,9 +170,7 @@ public class StatsLogCompatManager extends StatsLogManager {
                info.getAttribute().getNumber(), // attribute_id = 15;
                getCardinality(info), // cardinality = 16;
                info.getWidget().getSpanX(), // span_x = 17 [default = 1];
                info.getWidget().getSpanY(), // span_y = 18 [default = 1];
                0, // int32 features = 19;
                null // repeated int32 item_attributes = 20;
                info.getWidget().getSpanY() // span_y = 18 [default = 1];
        );
    }

@@ -417,8 +413,7 @@ public class StatsLogCompatManager extends StatsLogManager {
                    atomInfo.getFolderIcon().getLabelInfo() /* edittext */,
                    getCardinality(atomInfo) /* cardinality */,
                    getFeatures(atomInfo) /* features */,
                    getSearchAttributes(atomInfo) /* searchAttributes */,
                    null/*itemAttributes*/
                    getSearchAttributes(atomInfo) /* searchAttributes */
            );
        }
    }