bug fixed
This commit is contained in:
parent
5fc468c7c2
commit
2ac36a830a
|
@ -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');
|
|
||||||
});
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user