Notifications working againd

This commit is contained in:
Eudes Inácio
2022-03-31 18:58:35 +01:00
parent 51b5d33e2e
commit 4666c7dc1e
9 changed files with 132 additions and 117 deletions
+2 -2
View File
@@ -1070,8 +1070,8 @@ export class MessagesPage implements OnInit, AfterViewInit, OnDestroy {
//this.testDownlod(msg)
} else {
var str = msg.attachments[0].image_url;
str = str.substring(1, ((str.length) - 1));
/* var str = msg.attachments[0].image_url;
str = str.substring(1, ((str.length) - 1)); */
const modal = await this.modalController.create({
component: ViewMediaPage,