mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 14:45:21 +00:00
Various fixes
This commit is contained in:
@@ -634,7 +634,11 @@ public final class GroupCallNavigationAccessoryPanel: ASDisplayNode {
|
||||
var isChannel = false
|
||||
if let currentData = self.currentData {
|
||||
if currentData.isChannel || currentData.info.isStream {
|
||||
title = self.strings.VoiceChatChannel_Title
|
||||
if let titleValue = currentData.info.title, !titleValue.isEmpty {
|
||||
title = titleValue
|
||||
} else {
|
||||
title = self.strings.VoiceChatChannel_Title
|
||||
}
|
||||
isChannel = true
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user