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