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
陈剑华
2024-08-26 16:16:01 +0800
Browse Files
Options
Browse Files
Download
Plain Diff
Commit
50fe9eccf1948f2c6bf86d09e44a922b85dbae27
50fe9ecc
2 parents
617f8c72
ac464e28
Merge remote-tracking branch 'origin/main'
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletions
sight_harmony/features/wdComponent/src/main/ets/components/page/FollowListPage.ets
sight_harmony/products/phone/src/main/ets/startupmanager/StartupManager.ets
sight_harmony/features/wdComponent/src/main/ets/components/page/FollowListPage.ets
View file @
50fe9ec
...
...
@@ -37,6 +37,6 @@ struct FollowListPage {
.width('100%')
}.width("100%")
.height("100%")
.padding({top:px2vp(this.topSafeHeight),bottom:px2vp(this.bottomSafeHeight)})
.padding({top:px2vp(this.topSafeHeight),bottom:px2vp(this.bottomSafeHeight)
+10
})
}
}
\ No newline at end of file
...
...
sight_harmony/products/phone/src/main/ets/startupmanager/StartupManager.ets
View file @
50fe9ec
...
...
@@ -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