mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Various improvements
This commit is contained in:
@@ -333,6 +333,9 @@ extension ChatControllerImpl {
|
||||
}
|
||||
|
||||
controller?.dismissWithoutContent()
|
||||
guard !self.presentAccountFrozenInfoIfNeeded() else {
|
||||
return
|
||||
}
|
||||
self.presentTagPremiumPaywall()
|
||||
}
|
||||
|
||||
@@ -341,6 +344,11 @@ extension ChatControllerImpl {
|
||||
return
|
||||
}
|
||||
|
||||
guard !self.presentAccountFrozenInfoIfNeeded() else {
|
||||
controller?.dismiss(completion: {})
|
||||
return
|
||||
}
|
||||
|
||||
guard let message = messages.first else {
|
||||
return
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user