mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-16 05:55:20 +00:00
Fix build
This commit is contained in:
parent
55b63c6f8e
commit
511cebbeaa
@ -678,8 +678,6 @@ public class ContactsController: ViewController {
|
||||
return false
|
||||
}
|
||||
if value == .commit {
|
||||
let presentationData = self.presentationData
|
||||
|
||||
let deleteContactsFromDevice: Signal<Never, NoError>
|
||||
if let contactDataManager = self.context.sharedContext.contactDataManager {
|
||||
deleteContactsFromDevice = combineLatest(peerIds.map { contactDataManager.deleteContactWithAppSpecificReference(peerId: $0) }
|
||||
|
Loading…
x
Reference in New Issue
Block a user