mirror of
https://github.com/KDE/kasts.git
synced 2025-01-28 16:19:56 +01:00
Remove redundant mousearea
This commit is contained in:
parent
5a28e48be0
commit
cbc9f11999
@ -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})
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user