Showing
2 changed files
with
2 additions
and
1 deletions
| @@ -37,6 +37,6 @@ struct FollowListPage { | @@ -37,6 +37,6 @@ struct FollowListPage { | ||
| 37 | .width('100%') | 37 | .width('100%') |
| 38 | }.width("100%") | 38 | }.width("100%") |
| 39 | .height("100%") | 39 | .height("100%") |
| 40 | - .padding({top:px2vp(this.topSafeHeight),bottom:px2vp(this.bottomSafeHeight)}) | 40 | + .padding({top:px2vp(this.topSafeHeight),bottom:px2vp(this.bottomSafeHeight)+10}) |
| 41 | } | 41 | } |
| 42 | } | 42 | } |
| @@ -141,6 +141,7 @@ export class StartupManager { | @@ -141,6 +141,7 @@ export class StartupManager { | ||
| 141 | 141 | ||
| 142 | GetuiPush.sharedInstance().requestEnableNotifications(this.context!).then((enabled) => { | 142 | GetuiPush.sharedInstance().requestEnableNotifications(this.context!).then((enabled) => { |
| 143 | HWLocationUtils.startLocationService() | 143 | HWLocationUtils.startLocationService() |
| 144 | + SPHelper.default.save(SpConstants.SETTING_PUSH_SWITCH,enabled) | ||
| 144 | }) | 145 | }) |
| 145 | 146 | ||
| 146 | GetuiPush.sharedInstance().onReachMainPage() | 147 | GetuiPush.sharedInstance().onReachMainPage() |
-
Please register or login to post a comment