mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
Various fixes
This commit is contained in:
@@ -483,7 +483,7 @@ public final class SecretMediaPreviewController: ViewController {
|
||||
if !self.didSetReady {
|
||||
self._ready.set(.single(true))
|
||||
}
|
||||
if !(self.currentNodeMessageIsVideo && !self.currentNodeMessageIsViewOnce) {
|
||||
if !(self.currentNodeMessageIsVideo || self.currentNodeMessageIsViewOnce) {
|
||||
self.dismiss()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user