This commit is contained in:
tiago.kayaya
2020-12-17 11:39:50 +01:00
parent 42898fcb0e
commit c120402679
@@ -52,9 +52,10 @@ export class PublicationsPage implements OnInit {
});
}
doRefresh(event) {
this.getActions();
/* this.getActions(); */
setTimeout(() => {
this.getActions();
event.target.complete();
}, 2000);
}
@@ -83,8 +84,8 @@ export class PublicationsPage implements OnInit {
else{
this.publicationsTravelFolderList.push(folder);
}
this.showLoader = false;
});
this.showLoader = false;
});
}