Loading src/com/android/launcher3/widget/picker/WidgetsRecommendationTableLayout.java +0 −1 Original line number Diff line number Diff line Loading @@ -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); Loading Loading
src/com/android/launcher3/widget/picker/WidgetsRecommendationTableLayout.java +0 −1 Original line number Diff line number Diff line Loading @@ -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); Loading