fix:bug[16821] 定位授权弹窗-不允许,点击成功,不获取用户定位信息,重启后不再展示该弹窗,实际会跳转到开启定位页
Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -62,7 +62,7 @@ export class HWLocationUtils { | @@ -62,7 +62,7 @@ export class HWLocationUtils { | ||
| 62 | if (requestGrant) { | 62 | if (requestGrant) { |
| 63 | HWLocationUtils.getCurrentLocation() | 63 | HWLocationUtils.getCurrentLocation() |
| 64 | } else { | 64 | } else { |
| 65 | - PermissionUtils.openPermissionsInSystemSettings(context) | 65 | + // PermissionUtils.openPermissionsInSystemSettings(context) |
| 66 | } | 66 | } |
| 67 | } | 67 | } |
| 68 | 68 |
-
Please register or login to post a comment