mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 04:57:52 +00:00
save
This commit is contained in:
@@ -57,6 +57,8 @@ export class MessageService {
|
||||
delate = false
|
||||
delateRequest = false
|
||||
downloadLoader: boolean = false
|
||||
downloadAttachments = false;
|
||||
downloadAttachmentsTemp = 0;
|
||||
|
||||
constructor(private storage: Storage,
|
||||
private NfService: NfService,
|
||||
@@ -254,7 +256,14 @@ export class MessageService {
|
||||
// save the changes to the storage
|
||||
this.save()
|
||||
this.downloadLoader = false;
|
||||
this.downloadAttachments = true
|
||||
this.downloadAttachmentsTemp++;
|
||||
}
|
||||
}, ()=>{
|
||||
// error
|
||||
this.downloadLoader = false;
|
||||
this.downloadAttachments = true
|
||||
this.downloadAttachmentsTemp++;
|
||||
});
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user