mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
Various fixes
This commit is contained in:
@@ -38,7 +38,7 @@ private final class PrefetchManagerImpl {
|
||||
|> map { networkType -> MediaAutoDownloadNetworkType in
|
||||
switch networkType {
|
||||
case .none, .cellular:
|
||||
return.cellular
|
||||
return .cellular
|
||||
case .wifi:
|
||||
return .wifi
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user