From a53f4961c9700cff3320d59f15b55d5e1b121e12 Mon Sep 17 00:00:00 2001 From: Richard Park Date: Mon, 13 Jan 2020 17:26:57 +0900 Subject: [PATCH] bug fixed --- .../src/app/layouts/native/components/top-bar.component.ts | 7 ------- 1 file changed, 7 deletions(-) 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; });