mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-05-20 12:49:02 +00:00
Merge pull request #1775 from DorianK29/version/3.6
#1601 - Widget checkbox fix
This commit is contained in:
commit
45103f55e0
1 changed files with 1 additions and 1 deletions
|
|
@ -94,7 +94,7 @@ abstract class TaskListFactory internal constructor(
|
|||
remoteView.setInt(R.id.checkbox_background, "setBackgroundResource", task.lightTaskColor)
|
||||
val fillInIntent = Intent()
|
||||
fillInIntent.putExtra(TaskListWidgetProvider.TASK_ID_ITEM, task.id)
|
||||
remoteView.setOnClickFillInIntent(R.id.widget_list_row, fillInIntent)
|
||||
remoteView.setOnClickFillInIntent(R.id.checkbox_background, fillInIntent)
|
||||
}
|
||||
return remoteView
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue