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
|
clip: true
|
||||||
visible: {
|
visible: {
|
||||||
if( nav_stack.currentItem){
|
if( nav_stack.currentItem){
|
||||||
return nav_stack.currentItem.launchMode === FluPage.SingleInstance
|
return nav_stack.currentItem.launchMode === FluPageType.SingleInstance
|
||||||
}
|
}
|
||||||
return false
|
return false
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue