Skip to content

Commit

Permalink
Fixed: Issue - On uncheck checkbox (mean active the task) the strike …
Browse files Browse the repository at this point in the history
…through was not removing.
  • Loading branch information
NalinMeher committed Oct 3, 2023
1 parent 03d9af0 commit 9e56de9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ private fun TaskItem(
textDecoration = if (task.isCompleted) {
TextDecoration.LineThrough
} else {
null
TextDecoration.None
}
)
}
Expand Down

0 comments on commit 9e56de9

Please sign in to comment.