This commit is contained in:
tiago.kayaya
2021-09-16 09:35:09 +01:00
parent bc1cf6ef73
commit 42ef6f0dc4
3 changed files with 38 additions and 9 deletions
@@ -174,7 +174,7 @@ export class DocumentDetailPage implements OnInit {
});
await modal.present();
modal.onDidDismiss().then(res=>{
this.location.back();
//this.location.back();
});
}