Correct serialNumber

This commit is contained in:
tiago.kayaya
2021-02-10 18:34:46 +01:00
parent 2d5bfbc524
commit 0ab08473ba
16 changed files with 20 additions and 22 deletions
@@ -268,11 +268,11 @@ let PublicationsPage = class PublicationsPage {
}
});
}
doRefresh(event) {
doRefresh() {
/* this.getActions(); */
setTimeout(() => {
this.getActions();
event.target.complete();
/* event.target.complete(); */
}, 2000);
}
getActions() {
@@ -315,7 +315,7 @@ let PublicationsPage = class PublicationsPage {
});
yield modal.present();
modal.onDidDismiss().then(() => {
this.doRefresh(event);
this.doRefresh();
});
});
}