mirror of
https://github.com/gkd-kit/gkd.git
synced 2024-11-16 11:42:22 +08:00
fix: 优化删除订阅逻辑
This commit is contained in:
parent
9a7639c27c
commit
d44555e64d
|
@ -301,8 +301,8 @@ fun SubsManagePage() {
|
||||||
title = { Text(text = "是否删除 ${subsIdToRaw[deleteSubItemVal.id]?.name}?") },
|
title = { Text(text = "是否删除 ${subsIdToRaw[deleteSubItemVal.id]?.name}?") },
|
||||||
confirmButton = {
|
confirmButton = {
|
||||||
TextButton(onClick = scope.launchAsFn {
|
TextButton(onClick = scope.launchAsFn {
|
||||||
deleteSubItemVal.removeAssets()
|
|
||||||
deleteSubItem = null
|
deleteSubItem = null
|
||||||
|
deleteSubItemVal.removeAssets()
|
||||||
}) {
|
}) {
|
||||||
Text("是")
|
Text("是")
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user