Merge pull request #3396 from crazyserver/MOBILE-4081

MOBILE-4081 tabs: Do not animate tab changes
main
Noel De Martin 2022-10-04 16:38:30 +02:00 committed by GitHub
commit 7e15d8eff8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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,
});
}