Skip to content

Commit

Permalink
fix goal check showing on repeat widget
Browse files Browse the repository at this point in the history
  • Loading branch information
Razeeman committed Jan 2, 2024
1 parent e8e8877 commit ca231ce
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ class WidgetSingleProvider : AppWidgetProvider() {
recordTypeName = viewData.name,
recordTypeColor = viewData.color,
isRunning = false,
isChecked = false,
isChecked = null,
backgroundTransparency = backgroundTransparency,
)
} else {
Expand Down

0 comments on commit ca231ce

Please sign in to comment.