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

Commit 1270b081 authored by Shamali Patwa's avatar Shamali Patwa Committed by Android (Google) Code Review
Browse files

Merge "Don't show badge for widgets in recommendations" into main

parents 1bc33421 48c2f8a0
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -109,7 +109,6 @@ public final class WidgetsRecommendationTableLayout extends TableLayout {
                WidgetCell widgetCell = addItemCell(tableRow);
                widgetCell.applyFromCellItem(widgetItem);
                widgetCell.showAppIconInWidgetTitle(true);
                widgetCell.showBadge();
                if (enableCategorizedWidgetSuggestions()) {
                    widgetCell.showDescription(false);
                    widgetCell.showDimensions(false);