add image to chat

This commit is contained in:
tiago.kayaya
2021-09-13 12:37:58 +01:00
parent 129a709570
commit 9994ba1a5d
10 changed files with 259 additions and 18 deletions
@@ -45,6 +45,15 @@ export class ChatOptionsPopoverPage implements OnInit {
this.alertService.presentAlert('Funcionalidade em desenvolvimento');
}
anexarFoto(){
if( window.innerWidth < 701){
this.popoverController.dismiss('picture');
}
else{
this.modalController.dismiss('picture');
}
}
close(){
if( window.innerWidth < 701){
this.popoverController.dismiss();