Remove needless comment from HomeScreenGrid

This commit is contained in:
Ensar Sarajčić 2023-09-21 12:16:24 +02:00
parent b15673b8a2
commit 924521c405
1 changed files with 0 additions and 1 deletions

View File

@ -1052,7 +1052,6 @@ class HomeScreenGrid(context: Context, attrs: AttributeSet, defStyle: Int) : Rel
items.forEach { item ->
val itemRect = folder.getItemRect(item)
// canvas.drawRect(itemRect, contrastTextPaint)
canvas.drawItemInCell(item, itemRect)
}
}