mirror of
https://github.com/SimpleMobileTools/Simple-Calendar.git
synced 2025-06-05 21:59:17 +02:00
properly color the task repetition image
This commit is contained in:
@@ -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)
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user