This commit is contained in:
tiago.kayaya
2021-09-15 08:42:24 +01:00
parent 53144eb6c6
commit 6c1d9e7251
5 changed files with 20 additions and 26 deletions
@@ -117,10 +117,8 @@ export class GroupMessagesPage implements OnInit, OnChanges, AfterViewInit, OnDe
let scroll = e.srcElement.scrollTop;
if (scroll > this.currentPosition) {
//this.showButton = false;
//alert('BOTTOM');
} else {
//this.showButton = true;
//alert('UP');
this.scrollingOnce = false;
}
this.currentPosition = scroll;
@@ -366,7 +364,6 @@ export class GroupMessagesPage implements OnInit, OnChanges, AfterViewInit, OnDe
});
}
async openChatOptions(ev: any) {
alert('THIS');
const popover = await this.popoverController.create({
component: ChatOptionsPopoverPage,
cssClass: 'chat-options-popover',
@@ -379,7 +376,6 @@ export class GroupMessagesPage implements OnInit, OnChanges, AfterViewInit, OnDe
});
await popover.present();
await popover.onDidDismiss().then(()=>{
alert('THIS2');
});
}
async addContacts(){