Fix more warnings

This commit is contained in:
Ali
2021-08-05 12:58:22 +02:00
parent 0a9be38425
commit 895927cc04
40 changed files with 83 additions and 439 deletions

View File

@@ -225,10 +225,8 @@ final class HorizontalStickerGridItemNode: GridItemNode {
}
func updatePreviewing(animated: Bool) {
var isPreviewing = false
if let (_, item, _) = self.currentState {
//isPreviewing = item.isPreviewed(self.stickerItem)
}
let isPreviewing = false
if self.currentIsPreviewing != isPreviewing {
self.currentIsPreviewing = isPreviewing