mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-16 05:55:20 +00:00
[Temp] Remove reindexing
This commit is contained in:
parent
03af8a850c
commit
c419459b33
@ -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…
x
Reference in New Issue
Block a user