[fix] Fix the issue where the delete task button is invalid
This commit is contained in:
@@ -126,9 +126,7 @@ fun VideoDownloadCardMini(
|
||||
)
|
||||
|
||||
IconButton(
|
||||
onClick = {
|
||||
|
||||
},
|
||||
onClick = onDelete,
|
||||
Modifier
|
||||
.padding(2.dp)
|
||||
.size(24.dp)
|
||||
|
||||
Reference in New Issue
Block a user