fix: ios
This commit is contained in:
@@ -168,7 +168,8 @@ public class ExtensionPlatformInterface: NSObject, LibboxPlatformInterfaceProtoc
|
|||||||
}
|
}
|
||||||
public func includeAllNetworks() -> Bool {
|
public func includeAllNetworks() -> Bool {
|
||||||
#if !os(tvOS)
|
#if !os(tvOS)
|
||||||
return SharedPreferences.includeAllNetworks.getBlocking()
|
// return SharedPreferences.includeAllNetworks.getBlocking()
|
||||||
|
return false
|
||||||
#else
|
#else
|
||||||
return false
|
return false
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user