mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
improve
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user