bug fixed
This commit is contained in:
parent
5fc468c7c2
commit
2ac36a830a
|
@ -553,10 +553,6 @@ export class TopBarComponent implements OnInit, OnDestroy {
|
|||
}
|
||||
|
||||
onClickApplyUpdate(event: Event) {
|
||||
this.nativeService
|
||||
.checkForUpdates(this.checkingUpdateAppVersion)
|
||||
.then(e => {
|
||||
this.logger.debug('onClickApplyUpdate');
|
||||
});
|
||||
this.nativeService.checkForUpdates(this.checkingUpdateAppVersion);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user