mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-21 05:45:50 +00:00
add div before download file and right title display
This commit is contained in:
@@ -107,6 +107,7 @@ export class MessagesPage implements OnInit, AfterViewInit, OnDestroy {
|
||||
pdfUrl?: string;
|
||||
base64File: string;
|
||||
downloadProgess: number;
|
||||
downloadLoader: boolean;
|
||||
|
||||
audioPermissionStatus: 'granted'| 'denied' | 'prompt' | null = null
|
||||
|
||||
@@ -928,7 +929,9 @@ export class MessagesPage implements OnInit, AfterViewInit, OnDestroy {
|
||||
|
||||
|
||||
downloadFileMsg(msg: MessageService) {
|
||||
this.downloadLoader = msg.downloadLoader;
|
||||
msg.downloadFileMsg();
|
||||
this.downloadLoader = msg.downloadLoader;
|
||||
}
|
||||
|
||||
b64toBlob(b64Data, contentType) {
|
||||
|
||||
Reference in New Issue
Block a user