Refactoring

This commit is contained in:
Ali
2021-07-07 01:59:12 +04:00
parent 9973b37e97
commit 9134bae908
123 changed files with 509 additions and 1477 deletions

View File

@@ -426,7 +426,7 @@ public func dataPrivacyController(context: AccountContext) -> ViewController {
})
}).start()
actionsDisposable.add((deleteAllContacts(account: context.account)
actionsDisposable.add((context.engine.contacts.deleteAllContacts()
|> deliverOnMainQueue).start(completed: {
updateState { state in
var state = state