Various fixes

This commit is contained in:
Ilya Laktyushin
2020-08-21 15:44:41 +03:00
parent 67b2c051d0
commit 5f15fecb75
5 changed files with 62 additions and 54 deletions

View File

@@ -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
}