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) updateTextColors(task_scrollview)
val textColor = getProperTextColor() val textColor = getProperTextColor()
arrayOf( arrayOf(
task_time_image, task_reminder_image, task_type_image task_time_image, task_reminder_image, task_type_image, task_repetition_image
).forEach { ).forEach {
it.applyColorFilter(textColor) it.applyColorFilter(textColor)
} }