comment testDownload

This commit is contained in:
Eudes Inácio
2022-03-09 10:18:40 +01:00
parent 1b763e713b
commit 79a897325e
+2 -1
View File
@@ -871,7 +871,8 @@ export class MessagesPage implements OnInit, AfterViewInit, OnDestroy {
console.log(msg);
if (!msg.attachments[0].image_url || msg.attachments[0].image_url === null || msg.attachments[0].image_url === '') {
this.testDownlod(msg)
this.downloadFile(msg)
//this.testDownlod(msg)
} else {
const modal = await this.modalController.create({