mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
Fix more warnings
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user