KF6: Port away from manually closing Kirigami.MenuDialog

This is now handled automatically by the dialog itself
This commit is contained in:
Jack Hill 2023-09-12 17:07:31 +01:00 committed by Bart De Vries
parent 2a58b3002e
commit d865d3b27d
1 changed files with 0 additions and 2 deletions

View File

@ -252,7 +252,6 @@ Controls.ItemDelegate {
while (pageStack.depth > 1)
pageStack.pop()
pageStack.push("qrc:/FeedDetailsPage.qml", {"feed": feed});
actionOverlay.close();
}
icon.name: "documentinfo"
text: i18n("Podcast Details")
@ -263,7 +262,6 @@ Controls.ItemDelegate {
while(pageStack.depth > 1)
pageStack.pop()
DataManager.removeFeed(feed)
actionOverlay.close();
}
icon.name: "delete"
text: i18n("Remove Podcast")