bug fixed

This commit is contained in:
Richard Park 2020-01-13 17:26:57 +09:00
parent 7442a89c6e
commit a53f4961c9

View File

@ -163,13 +163,6 @@ export class TopBarComponent implements OnInit, OnDestroy {
select(AppStore.SettingSelector.UpdateSelector.updateInfo)
);
const appUserInfo = this.localStorageService.encGet<AppUserInfo>(
KEY_APP_USER_INFO,
environment.customConfig.appKey
);
this.zoom = appUserInfo.zoom;
this.nativeService.getVersionInfo().then(ver => {
this.appVersion = ver;
});