FluNavigationView: Fix the bug caused by wrong type.
FluPage should be FluPageType.
This commit is contained in:
parent
b25f962ec2
commit
26b47cfbaf
|
@ -637,7 +637,7 @@ Item {
|
|||
clip: true
|
||||
visible: {
|
||||
if( nav_stack.currentItem){
|
||||
return nav_stack.currentItem.launchMode === FluPage.SingleInstance
|
||||
return nav_stack.currentItem.launchMode === FluPageType.SingleInstance
|
||||
}
|
||||
return false
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue