Fix isPinchGestureEnabled

This commit is contained in:
Ali
2021-04-10 00:27:33 +04:00
parent da4a9977d0
commit ac388c7da5
2 changed files with 3 additions and 1 deletions

View File

@@ -1050,6 +1050,8 @@ final class ChatMessageInteractiveMediaNode: ASDisplayNode, GalleryItemTransitio
}
strongSelf.updateStatus(animated: synchronousLoads)
strongSelf.pinchContainerNode.isPinchGestureEnabled = !isSecretMedia
}
})
})