fix homescreen

This commit is contained in:
Jannik 2019-03-14 08:04:09 +01:00
parent 92b60d660c
commit 1a5d2b6561
1 changed files with 1 additions and 1 deletions

View File

@ -142,7 +142,7 @@ class HomeFragment : Fragment() {
lessonCardView.getLinLayoutLesson().addView(lessonTxtView)
}
if (lessonCardView.getLinLayoutLesson().childCount > 2)
if (lessonCardView.getLinLayoutLesson().childCount > 1)
linLayoutTimeTable.addView(lessonCardView)
}