This commit is contained in:
Peter Maquiran
2022-05-30 15:52:20 +01:00
parent ce7cee0876
commit b15396e480
16 changed files with 30 additions and 102 deletions
@@ -50,15 +50,15 @@ export class ChatOptionsFeaturesPage implements OnInit {
}
notImplemented(){
notImplemented() {
this.alertService.presentAlert('Funcionalidade em desenvolvimento');
}
close(){
if( window.innerWidth < 701){
close() {
if( window.innerWidth < 701) {
this.popoverController.dismiss();
}
else{
else {
this.modalController.dismiss();
}
}