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:
parent
d93b5a7b5c
commit
2b3383a163
2 changed files with 17 additions and 14 deletions
|
|
@ -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: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue