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:
Peter
2018-11-19 21:42:29 +03:00
parent 5560f4f5f5
commit 0aa45a4b87
12 changed files with 139 additions and 55 deletions

View File

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