mirror of
https://github.com/gkd-kit/gkd.git
synced 2024-11-16 03:32:38 +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}?") },
|
||||
confirmButton = {
|
||||
TextButton(onClick = scope.launchAsFn {
|
||||
deleteSubItemVal.removeAssets()
|
||||
deleteSubItem = null
|
||||
deleteSubItemVal.removeAssets()
|
||||
}) {
|
||||
Text("是")
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user