diff --git a/src/com/android/launcher3/Utilities.java b/src/com/android/launcher3/Utilities.java index 6d06aae104..fdb18bae15 100644 --- a/src/com/android/launcher3/Utilities.java +++ b/src/com/android/launcher3/Utilities.java @@ -823,7 +823,6 @@ public final class Utilities { } AdaptiveIconDrawable result; - // Lawnchair-TODO-Merge: From LC, maybe heavily affected by L3, Allow 3p icon if (ExtendedBitmapDrawable.isFromIconPack(mainIcon) || (!PreferenceManager.INSTANCE.get(context).getWrapAdaptiveIcons().get() && info.itemType != LauncherSettings.Favorites.ITEM_TYPE_FOLDER)) return null; if (mainIcon instanceof AdaptiveIconDrawable aid) { diff --git a/src/com/android/launcher3/folder/Folder.java b/src/com/android/launcher3/folder/Folder.java index 474646e83a..0c2cb23355 100644 --- a/src/com/android/launcher3/folder/Folder.java +++ b/src/com/android/launcher3/folder/Folder.java @@ -324,7 +324,6 @@ public class Folder extends AbstractFloatingView implements ClipPathView, DragSo final int paddingLeftRight = dp.folderContentPaddingLeftRight; mBackground = DrawableTokens.RoundRectFolder.resolve(getContext()); - // pE-TODO: this is interesting, we can customise this. var alpha = LawnchairUtilsKt.getFolderBackgroundAlpha(getContext()); mBackground.setAlpha(alpha);