chore: Mark TODOs as resolved

Signed-off-by: Pun Butrach <pun.butrach@gmail.com>
This commit is contained in:
Pun Butrach
2026-01-20 23:46:35 +07:00
parent b0699d2cf2
commit 5cd94200d1
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -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) {
@@ -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);