fix compatibility with tcor version 1.2.2 and higher

* update kotlin 1.3.61 -> 1.3.70
This commit is contained in:
2020-03-03 20:13:47 +01:00
parent e46c234b6c
commit 85dc3181fd
2 changed files with 3 additions and 3 deletions

View File

@ -98,7 +98,7 @@ class MensaFragment : Fragment() {
helpMeal.disableDivider()
if(dayCardView.getLinLayoutDay().childCount > 1)
if(dayCardView.getLinLayoutDay().childCount > 2)
linLayout_Mensa.addView(dayCardView)
}