fix homescreen
This commit is contained in:
@ -142,7 +142,7 @@ class HomeFragment : Fragment() {
|
||||
lessonCardView.getLinLayoutLesson().addView(lessonTxtView)
|
||||
}
|
||||
|
||||
if (lessonCardView.getLinLayoutLesson().childCount > 2)
|
||||
if (lessonCardView.getLinLayoutLesson().childCount > 1)
|
||||
linLayoutTimeTable.addView(lessonCardView)
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user