MOBILE-4081 tabs: Do not animate tab changes

main
Pau Ferrer Ocaña 2022-10-04 15:42:57 +02:00
parent c05657342e
commit 399be57e65
1 changed files with 1 additions and 0 deletions

View File

@ -193,6 +193,7 @@ export class CoreTabsOutletComponent extends CoreTabsBaseComponent<CoreTabsOutle
protected async loadTab(tabToSelect: CoreTabsOutletTab): Promise<boolean> {
return CoreNavigator.navigate(tabToSelect.page, {
params: tabToSelect.pageParams,
animated: false,
});
}