mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 04:57:52 +00:00
changes and changes
This commit is contained in:
@@ -36,13 +36,9 @@ export class SendIntentService {
|
||||
|
||||
|
||||
private onReceive = this.callbackScheduler.function<any>((result)=> {
|
||||
let resultUrl = decodeURIComponent(result.url);
|
||||
Filesystem.readFile({path: resultUrl}).then(async (content) => {
|
||||
this.Router.navigateByUrl("/home/publications");
|
||||
|
||||
this.Router.navigateByUrl("/home/publications");
|
||||
|
||||
window["sharedContent"] = content.data;
|
||||
})
|
||||
window["sharedContent"] = result;
|
||||
})
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user