From 7b8e80e8298c565e194d5c7b23e355a33bb7d36e Mon Sep 17 00:00:00 2001 From: Endstater <136748217+endstater@users.noreply.github.com> Date: Sat, 13 Dec 2025 23:10:23 +0300 Subject: [PATCH] Improve visibility Bringing now marker to front. It's really helps to see the current time. --- .../main/kotlin/com/goodwy/calendar/fragments/WeekFragment.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/app/src/main/kotlin/com/goodwy/calendar/fragments/WeekFragment.kt b/app/src/main/kotlin/com/goodwy/calendar/fragments/WeekFragment.kt index c981ef6..90854fb 100644 --- a/app/src/main/kotlin/com/goodwy/calendar/fragments/WeekFragment.kt +++ b/app/src/main/kotlin/com/goodwy/calendar/fragments/WeekFragment.kt @@ -742,6 +742,7 @@ class WeekFragment : Fragment(), WeeklyCalendar { y = minutes * minuteHeight - markerHeight / 2 } + currentTimeView?.bringToFront() } }