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
chenquansheng
2024-08-26 16:05:03 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
ac464e285867982d53c61c0ac7335bcd83513c1f
ac464e28
1 parent
bfb5c753
fix |> 修复首次启动通知弹窗选择允许通知后,在设置页推送开关没有开启
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
sight_harmony/products/phone/src/main/ets/startupmanager/StartupManager.ets
sight_harmony/products/phone/src/main/ets/startupmanager/StartupManager.ets
View file @
ac464e2
...
...
@@ -141,6 +141,7 @@ export class StartupManager {
GetuiPush.sharedInstance().requestEnableNotifications(this.context!).then((enabled) => {
HWLocationUtils.startLocationService()
SPHelper.default.save(SpConstants.SETTING_PUSH_SWITCH,enabled)
})
GetuiPush.sharedInstance().onReachMainPage()
...
...
Please
register
or
login
to post a comment