properly color the task repetition image

This commit is contained in:
tibbi 2022-07-26 15:25:20 +02:00
parent 8804e740d8
commit 8ed107bd5b

View file

@ -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)
}