diff --git a/projects/ucap-webmessenger-app/src/app/layouts/native/components/top-bar.component.ts b/projects/ucap-webmessenger-app/src/app/layouts/native/components/top-bar.component.ts index c5a7eaf6..9693bab2 100644 --- a/projects/ucap-webmessenger-app/src/app/layouts/native/components/top-bar.component.ts +++ b/projects/ucap-webmessenger-app/src/app/layouts/native/components/top-bar.component.ts @@ -163,13 +163,6 @@ export class TopBarComponent implements OnInit, OnDestroy { select(AppStore.SettingSelector.UpdateSelector.updateInfo) ); - const appUserInfo = this.localStorageService.encGet( - KEY_APP_USER_INFO, - environment.customConfig.appKey - ); - - this.zoom = appUserInfo.zoom; - this.nativeService.getVersionInfo().then(ver => { this.appVersion = ver; });