mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-21 05:45:50 +00:00
fixed goback button event in mobile and tablet
This commit is contained in:
@@ -166,10 +166,8 @@ export class ViewEventPage implements OnInit {
|
||||
window.history.back();
|
||||
}
|
||||
else {
|
||||
this.router.navigate(['/home/agenda']);
|
||||
setTimeout(() => {
|
||||
this.router.navigate(['/home', params["params"].caller]);
|
||||
}, 30);
|
||||
// this.router.navigate(['/home', params["params"].caller]);
|
||||
this.RouteService.goBack();
|
||||
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user