chore: Mark TODOs as resolved
Signed-off-by: Pun Butrach <pun.butrach@gmail.com>
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user