mirror of
https://github.com/TelegramMessenger/Telegram-iOS.git
synced 2026-07-06 03:33:41 +02:00
[Temp] Remove reindexing
This commit is contained in:
parent
03af8a850c
commit
c419459b33
1 changed files with 4 additions and 0 deletions
|
|
@ -1722,6 +1722,10 @@ private func extractAccountManagerState(records: AccountRecordsView<TelegramAcco
|
|||
}
|
||||
|
||||
private func runCacheReindexTasks(lowImpact: Bool, completion: @escaping () -> Void) -> Disposable {
|
||||
if "".isEmpty {
|
||||
return EmptyDisposable
|
||||
}
|
||||
|
||||
let disposable = MetaDisposable()
|
||||
|
||||
let _ = (self.sharedContextPromise.get()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue