forked from firka/firka
tt: show breaks after last lesson is over
This commit is contained in:
@@ -40,6 +40,7 @@ class LessonWidget extends StatelessWidget {
|
||||
|
||||
final showBreak =
|
||||
timeNow().isAfter(lesson.start) && timeNow().isBefore(lesson.end) ||
|
||||
timeNow().isAfter(week.last.end) ||
|
||||
lesson.start.getMidnight() != timeNow().getMidnight();
|
||||
|
||||
var accent = appStyle.colors.accent;
|
||||
|
||||
Reference in New Issue
Block a user