mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
improve go back
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user