mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-20 05:16:07 +00:00
Fix bug send msg
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user