forked from github/szkolny
[Home/Timetable] Remove "?" lessons from timetable card.
This commit is contained in:
parent
faa77ee5fb
commit
f998f2d956
@ -208,6 +208,8 @@ class HomeTimetableCard(
|
||||
return@launch
|
||||
}
|
||||
|
||||
lessons = lessons.filter { it.type != Lesson.TYPE_NO_LESSONS }
|
||||
|
||||
b.timetableLayout.visibility = View.VISIBLE
|
||||
b.noTimetableLayout.visibility = View.GONE
|
||||
b.noLessonsLayout.visibility = View.GONE
|
||||
|
Loading…
x
Reference in New Issue
Block a user