fix back button handler on android

This commit is contained in:
Michael Zanetti 2018-10-17 23:44:22 +02:00
parent df9f894f5c
commit b01f73bda4

View File

@ -15,6 +15,10 @@ Item {
color: Material.background color: Material.background
} }
function handleCloseEvent(close) {
swipeView.currentItem.handleCloseEvent(close)
}
ListModel { ListModel {
id: tabModel id: tabModel