Skip to content

Commit 745f404

Browse files
authored
adding some empty lines
1 parent 6799331 commit 745f404

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

  • app/src/main/kotlin/com/simplemobiletools/calendar/pro/fragments

app/src/main/kotlin/com/simplemobiletools/calendar/pro/fragments/WeekFragment.kt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -558,6 +558,7 @@ class WeekFragment : Fragment(), WeeklyCalendar {
558558
} else {
559559
dimPastEvents && event.isPastEvent && !isPrintVersion
560560
}
561+
561562
if (adjustAlpha) {
562563
backgroundColor = backgroundColor.adjustAlpha(MEDIUM_ALPHA)
563564
textColor = textColor.adjustAlpha(HIGHER_ALPHA)
@@ -698,10 +699,12 @@ class WeekFragment : Fragment(), WeeklyCalendar {
698699
} else {
699700
dimPastEvents && event.isPastEvent && !isPrintVersion
700701
}
702+
701703
if (adjustAlpha) {
702704
backgroundColor = backgroundColor.adjustAlpha(LOWER_ALPHA)
703705
textColor = textColor.adjustAlpha(HIGHER_ALPHA)
704706
}
707+
705708
background = ColorDrawable(backgroundColor)
706709

707710
week_event_label.apply {

0 commit comments

Comments
 (0)