From cafe397f2cd435fbb4d3cf65a7dc8a27e2f04693 Mon Sep 17 00:00:00 2001 From: "tiago.kayaya" Date: Tue, 9 Nov 2021 11:54:56 +0100 Subject: [PATCH] save --- .../pages/publications/new-publication/new-publication.page.ts | 1 + src/app/shared/chat/messages/messages.page.html | 2 +- .../publication/new-publication/new-publication.page.html | 2 -- .../shared/publication/new-publication/new-publication.page.ts | 1 + 4 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/pages/publications/new-publication/new-publication.page.ts b/src/app/pages/publications/new-publication/new-publication.page.ts index 4130ecae9..eec0f0e8d 100644 --- a/src/app/pages/publications/new-publication/new-publication.page.ts +++ b/src/app/pages/publications/new-publication/new-publication.page.ts @@ -100,6 +100,7 @@ async takePicture() { }); this.capturedImage = await this.convertBlobToBase64(blob); + this.capturedImageTitle = new Date().getTime() + '.jpeg'; //console.log(this.capturedImage); diff --git a/src/app/shared/chat/messages/messages.page.html b/src/app/shared/chat/messages/messages.page.html index 9f77e4286..1fff2ddf0 100644 --- a/src/app/shared/chat/messages/messages.page.html +++ b/src/app/shared/chat/messages/messages.page.html @@ -3,7 +3,7 @@
- {{users.name}} + {{users.name}}11
-
Fotografia Anexada
@@ -40,7 +39,6 @@
X
-
diff --git a/src/app/shared/publication/new-publication/new-publication.page.ts b/src/app/shared/publication/new-publication/new-publication.page.ts index 2846b000e..e55bc3cad 100644 --- a/src/app/shared/publication/new-publication/new-publication.page.ts +++ b/src/app/shared/publication/new-publication/new-publication.page.ts @@ -105,6 +105,7 @@ export class NewPublicationPage implements OnInit { }); this.capturedImage = await this.convertBlobToBase64(blob); + this.capturedImageTitle = new Date().getTime() + '.jpeg'; //console.log(this.capturedImage);