Fixed navigating back to splash screen

Fixed confirmation code url parsing
Added insets around reply header labels
This commit is contained in:
Peter
2018-11-20 18:00:29 +03:00
parent 2e1a017ef8
commit 867eb9e6be
6 changed files with 35 additions and 15 deletions

View File

@@ -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 {