MOBILE-4081 tabs: Do not animate tab changes
This commit is contained in:
parent
c05657342e
commit
399be57e65
@ -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,
|
||||
});
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user