This commit is contained in:
tiago.kayaya
2021-04-07 09:32:17 +01:00
parent 6ef21f8699
commit 53e3908fff
6 changed files with 48 additions and 18 deletions
+2 -1
View File
@@ -95,6 +95,7 @@ export class EventsPage implements OnInit {
this.router.events.forEach((event) => {
if(event instanceof NavigationEnd && event.url == this.router.url) {
this.RefreshEvents();
this.LoadList();
}
});
/* this.storageService.get(AuthConnstants.PROFILE).then(res=>{
@@ -106,8 +107,8 @@ export class EventsPage implements OnInit {
doRefresh(event) {
this.RefreshEvents();
event.target.complete();
this.LoadList();
event.target.complete();
}
onSegmentChange(){