chenquansheng

fix |> 修复首次启动通知弹窗选择允许通知后,在设置页推送开关没有开启

... ... @@ -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()
... ...