updated some libs, meal tomorrow shows correct string if there's no meal
This commit is contained in:
@ -90,7 +90,7 @@ class MensaFragment : Fragment() {
|
||||
menuViewMenu.getTxtViewMenu().append("\n")
|
||||
}
|
||||
|
||||
cardViewMensaDay.setDayHeading(meal.day) //TODO move this out of the first for loop, performance!!
|
||||
cardViewMensaDay.setDayHeading(meal.day)
|
||||
cardViewMensaDay.getLinLayoutMensaDay().addView(menuViewMenu)
|
||||
add = true
|
||||
}
|
||||
|
Reference in New Issue
Block a user