bug fixed

This commit is contained in:
richard-loafle 2020-01-23 14:17:36 +09:00
parent 5fc468c7c2
commit 2ac36a830a

View File

@ -553,10 +553,6 @@ export class TopBarComponent implements OnInit, OnDestroy {
} }
onClickApplyUpdate(event: Event) { onClickApplyUpdate(event: Event) {
this.nativeService this.nativeService.checkForUpdates(this.checkingUpdateAppVersion);
.checkForUpdates(this.checkingUpdateAppVersion)
.then(e => {
this.logger.debug('onClickApplyUpdate');
});
} }
} }