fix #1176, always measure top height at the weekly view

This commit is contained in:
tibbi
2020-08-08 21:16:44 +02:00
parent 0544bc9227
commit a12fd75a1e

View File

@@ -482,10 +482,7 @@ class WeekFragment : Fragment(), WeeklyCalendar {
} }
} }
if (!hadAllDayEvent) { checkTopHolderHeight()
checkTopHolderHeight()
}
addCurrentTimeIndicator(minuteHeight) addCurrentTimeIndicator(minuteHeight)
} }