removed the transition animation between tabs in the main menu

- fixed Drawer freezing when importing files from outside the application
This commit is contained in:
vladimir.kuznetsov 2023-09-14 15:21:35 +05:00
parent d93b5a7b5c
commit 2b3383a163
2 changed files with 17 additions and 14 deletions

View file

@ -97,8 +97,8 @@ PageType {
function goToTabBarPage(page) {
var pagePath = PageController.getPagePath(page)
tabBarStackView.clear(StackView.PopTransition)
tabBarStackView.replace(pagePath, { "objectName" : pagePath })
tabBarStackView.clear(StackView.Immediate)
tabBarStackView.replace(pagePath, { "objectName" : pagePath }, StackView.Immediate)
}
Component.onCompleted: {