Merge branch 'feature/aganda-show-list-box' into develop

This commit is contained in:
gilson.manuel
2022-07-04 19:18:06 +01:00
8 changed files with 184 additions and 157 deletions
@@ -35,7 +35,7 @@ export class PendentesPage implements OnInit {
private storage: Storage
) {
this.loggeduser = authService.ValidatedUser;
}
}
ngOnInit() {
@@ -80,13 +80,13 @@ export class PendentesPage implements OnInit {
}
})
}
}
getFromDb() {
this.storage.get('pendente-list').then((pendentes) => {
this.listToPresent =pendentes
})
}
getFromDb() {
this.storage.get('pendente-list').then((pendentes) => {
this.listToPresent =pendentes
})
}
doRefresh() {
setTimeout(()=>{