mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 06:35:51 +00:00
Autoremove fixes
This commit is contained in:
@@ -219,7 +219,14 @@ private final class ImportManager {
|
||||
break
|
||||
}
|
||||
if self.pendingEntries.isEmpty {
|
||||
Logger.shared.log("ChatImportScreen", "updateState no more pending entries, stop searching")
|
||||
Logger.shared.log("ChatImportScreen", "updateState no more pending entries, stop searching (active entries: \(self.activeEntries.keys))")
|
||||
|
||||
if self.activeEntries.isEmpty {
|
||||
Logger.shared.log("ChatImportScreen", "no active entries, completing")
|
||||
self.complete()
|
||||
return
|
||||
}
|
||||
|
||||
break
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user