mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Fixed navigating back to splash screen
Fixed confirmation code url parsing Added insets around reply header labels
This commit is contained in:
@@ -526,9 +526,7 @@ final class ChatMessageInteractiveMediaNode: ASDisplayNode {
|
||||
progressRequired = true
|
||||
}
|
||||
}
|
||||
case .Remote:
|
||||
progressRequired = true
|
||||
case .Fetching:
|
||||
case .Remote, .Fetching:
|
||||
if let _ = webpage, let automaticDownload = self.automaticDownload, automaticDownload {
|
||||
progressRequired = false
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user