[fix] Fix the issue where the delete task button is invalid

This commit is contained in:
acite
2025-10-01 00:48:14 +08:00
parent ba4811e65f
commit c5a5826321

View File

@@ -126,9 +126,7 @@ fun VideoDownloadCardMini(
)
IconButton(
onClick = {
},
onClick = onDelete,
Modifier
.padding(2.dp)
.size(24.dp)