|
|
@@ -262,7 +262,7 @@ struct NewIndex {
|
|
|
this.isShowPrecious = PreferencesUtil.getBooleanSync('isShowPrecious', false)
|
|
|
ReqPermissionUtil.reqPermissionsFromUser(ReqPermissionUtil.permissions, this.context);
|
|
|
this.isShowTitleBar = PreferencesUtil.getBooleanSync(SettingPage.IS_SHOW_TITLTBAR, false)
|
|
|
-
|
|
|
+ this.initDefalutType()
|
|
|
Utility.enableFullScreen()
|
|
|
this.topRectHeight = px2vp(AppUtil.getStatusBarHeight());
|
|
|
Utility.getAppName(getContext(this)).then((appName: string) => {
|