forked from organicmaps/organicmaps
[iOS] fix mobile internet permission
This commit is contained in:
parent
4b1ce29dc0
commit
2842b6147f
1 changed files with 3 additions and 0 deletions
|
@ -12,12 +12,15 @@
|
|||
[alertController presentMobileInternetAlertWithBlock:^(MWMMobileInternetAlertResult result) {
|
||||
switch (result) {
|
||||
case MWMMobileInternetAlertResultAlways:
|
||||
self.permission = MWMNetworkPolicyPermissionAlways;
|
||||
completion(YES);
|
||||
break;
|
||||
case MWMMobileInternetAlertResultToday:
|
||||
self.permission = MWMNetworkPolicyPermissionToday;
|
||||
completion(YES);
|
||||
break;
|
||||
case MWMMobileInternetAlertResultNotToday:
|
||||
self.permission = MWMNetworkPolicyPermissionNotToday;
|
||||
completion(NO);
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue