This commit is contained in:
Ilya Laktyushin
2019-07-02 18:55:43 +02:00
parent 871dbf7107
commit 888ad578c0
44 changed files with 257 additions and 172 deletions

View File

@@ -179,7 +179,7 @@ public final class DeviceAccess {
func statusForCellularState(_ state: CTCellularDataRestrictedState) -> AccessType? {
switch state {
case .restricted:
return .allowed
return .denied
case .notRestricted:
return .allowed
default: