This commit is contained in:
tiago.kayaya
2021-07-26 13:01:13 +01:00
parent b8eea3fa6b
commit 8be47ab2e7
2 changed files with 4 additions and 1 deletions
@@ -45,7 +45,7 @@ export class MessagesPage implements OnInit, AfterViewChecked, OnChanges {
/* this.dm = this.navParams.get('dm'); */
}
ngOnChanges(changes: SimpleChanges): void {
//this.load();
this.load();
//throw new Error('Method not implemented.');
}