Fix bug send msg

This commit is contained in:
Eudes Inácio
2022-04-13 21:54:31 +01:00
parent 8e10606722
commit 7cfb96bd72
5 changed files with 17 additions and 9 deletions
@@ -929,9 +929,7 @@ export class MessagesPage implements OnInit, AfterViewInit, OnDestroy {
downloadFileMsg(msg: MessageService) {
this.downloadLoader = msg.downloadLoader;
msg.downloadFileMsg();
this.downloadLoader = msg.downloadLoader;
}
b64toBlob(b64Data, contentType) {