mirror of
https://gitlab.com/kelteseth/ScreenPlay.git
synced 2024-11-22 10:42:29 +01:00
Add two way binding for SwipeView and TabBar in Community Tab.
This commit is contained in:
parent
cb3631189d
commit
adcae57d01
@ -142,4 +142,10 @@ Item {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Binding{
|
||||
target: nav
|
||||
property: "currentIndex"
|
||||
value: swipeView.currentIndex
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user