mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-10-09 11:23:48 +00:00
Fix fetch status
This commit is contained in:
parent
09820ce6a0
commit
426c2f7e79
@ -101,6 +101,8 @@ private final class FetchManagerStatusContext {
|
||||
return .Fetching(isActive: false, progress: 0.0)
|
||||
} else if self.hasEntry {
|
||||
return originalStatus
|
||||
} else if case .Local = originalStatus {
|
||||
return originalStatus
|
||||
} else {
|
||||
return .Remote
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user