Remove redundant mousearea

This commit is contained in:
Bart De Vries 2021-04-21 15:41:06 +02:00
parent 5a28e48be0
commit cbc9f11999

View File

@ -110,14 +110,5 @@ Kirigami.ScrollablePage {
}
}
}
MouseArea {
anchors.fill: page.headerImage
onClicked: {
while(pageStack.depth > 2)
pageStack.pop()
pageStack.push("qrc:/FeedDetailsPage.qml", {"feed": feed})
}
}
}
}