Conference

This commit is contained in:
Isaac
2025-04-12 23:01:52 +04:00
parent 15e138e492
commit 5f01a83214
5 changed files with 253 additions and 215 deletions

View File

@@ -262,7 +262,7 @@ class ContactMultiselectionControllerImpl: ViewController, ContactMultiselection
case let .chats(chatsNode):
count = chatsNode.currentState.selectedPeerIds.count
}
if isCall && count == 0 {
if isCall && count <= 1 {
self.titleView.title = CounterControllerTitle(title: self.params.title ?? self.presentationData.strings.Compose_NewGroupTitle, counter: nil)
} else {
var count = count