fix back button handler on android
This commit is contained in:
parent
df9f894f5c
commit
b01f73bda4
@ -15,6 +15,10 @@ Item {
|
|||||||
color: Material.background
|
color: Material.background
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function handleCloseEvent(close) {
|
||||||
|
swipeView.currentItem.handleCloseEvent(close)
|
||||||
|
}
|
||||||
|
|
||||||
ListModel {
|
ListModel {
|
||||||
id: tabModel
|
id: tabModel
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user