This commit is contained in:
tiago.kayaya
2021-07-26 20:52:03 +01:00
parent a9b5074fbd
commit 357525c584
4 changed files with 7 additions and 7 deletions
@@ -64,7 +64,7 @@ export class GroupMessagesPage implements OnInit, OnChanges, AfterViewChecked {
}
ngAfterViewChecked() {
this.scrollToBottom();
//this.scrollToBottom();
}
scrollToBottom(): void {
@@ -392,7 +392,7 @@ export class GroupMessagesPage implements OnInit, OnChanges, AfterViewChecked {
await this.serverLongPull();
console.log('Timer message running')
}
} else {
// Got message
//let message = await response.text();
@@ -92,7 +92,7 @@ export class MessagesPage implements OnInit, AfterViewChecked, OnChanges {
}
ngAfterViewChecked() {
this.scrollToBottom();
//this.scrollToBottom();
}
scrollToBottom(): void {