Toggle navigation
Toggle navigation
This project
Loading...
Sign in
developOne
/
harmonyPool
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
yangchenggong1_wd
2024-05-07 17:02:16 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
5dc3f984012ffae97454fe1062c77997820c79ab
5dc3f984
1 parent
5fb2e5ab
fix:bug[16821] 定位授权弹窗-不允许,点击成功,不获取用户定位信息,重启后不再展示该弹窗,实际会跳转到开启定位页
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
sight_harmony/features/wdHwAbility/src/main/ets/location/HWLocationUtils.ets
sight_harmony/features/wdHwAbility/src/main/ets/location/HWLocationUtils.ets
View file @
5dc3f98
...
...
@@ -62,7 +62,7 @@ export class HWLocationUtils {
if (requestGrant) {
HWLocationUtils.getCurrentLocation()
} else {
PermissionUtils.openPermissionsInSystemSettings(context)
//
PermissionUtils.openPermissionsInSystemSettings(context)
}
}
...
...
Please
register
or
login
to post a comment