mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
Fixed presenting controllers from in-app browser
Fixed image jitter when sending messages after a photo Added ability to select peers from chat list in privacy restrictions Fixed glitches in music player UI
This commit is contained in:
@@ -1360,7 +1360,7 @@ public func groupInfoController(account: Account, peerId: PeerId) -> ViewControl
|
||||
}
|
||||
})
|
||||
} else {
|
||||
contactsController = ContactMultiselectionController(account: account, mode: .peerSelection, options: options, filters: [.excludeSelf, .disable(recentIds)])
|
||||
contactsController = ContactMultiselectionController(account: account, mode: .peerSelection(searchChatList: false), options: options, filters: [.excludeSelf, .disable(recentIds)])
|
||||
}
|
||||
|
||||
confirmationImpl = { [weak contactsController] peerId in
|
||||
|
||||
Reference in New Issue
Block a user