mirror of
https://github.com/SimpleMobileTools/Simple-Calendar.git
synced 2025-02-17 12:20:51 +01:00
properly color the task repetition image
This commit is contained in:
parent
8804e740d8
commit
8ed107bd5b
@ -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…
x
Reference in New Issue
Block a user