improve go back

This commit is contained in:
Peter Maquiran
2022-01-06 14:47:22 +01:00
parent be06d3b3d1
commit 73354e00af
28 changed files with 153 additions and 58 deletions
@@ -105274,7 +105274,7 @@ let NavController = class NavController {
*/
back(options = { animated: true, animationDirection: 'back' }) {
this.setDirection('back', options.animated, options.animationDirection, options.animation);
return this.location.back();
return this.RouteService.goBack();
}
/**
* This methods goes back in the context of Ionic's stack navigation.