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