properly color the task repetition image
This commit is contained in:
parent
8804e740d8
commit
8ed107bd5b
1 changed files with 1 additions and 1 deletions
|
@ -727,7 +727,7 @@ class TaskActivity : SimpleActivity() {
|
|||
updateTextColors(task_scrollview)
|
||||
val textColor = getProperTextColor()
|
||||
arrayOf(
|
||||
task_time_image, task_reminder_image, task_type_image
|
||||
task_time_image, task_reminder_image, task_type_image, task_repetition_image
|
||||
).forEach {
|
||||
it.applyColorFilter(textColor)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue