mirror of
https://gitlab.com/kelteseth/ScreenPlay.git
synced 2024-11-22 02:32:29 +01:00
Fix drawer animation
when drawer is open and the user clicks on the main navigation
This commit is contained in:
parent
e5094c51d1
commit
2c701d92d2
@ -32,6 +32,11 @@ Item {
|
||||
navWrapper.visible = true;
|
||||
}
|
||||
}
|
||||
StackView.onStatusChanged: {
|
||||
if (StackView.status == StackView.Deactivating) {
|
||||
installedDrawer.close();
|
||||
}
|
||||
}
|
||||
|
||||
InstalledDrawer {
|
||||
id: installedDrawer
|
||||
|
Loading…
Reference in New Issue
Block a user