show tomorrows meal if iths latr than 1500

This commit is contained in:
2018-11-13 16:17:05 +01:00
parent 3cd831e72c
commit 0607d58760
4 changed files with 18 additions and 3 deletions

View File

@ -71,7 +71,7 @@ class MensaFragment : Fragment() {
Calendar.THURSDAY -> "Don"
Calendar.FRIDAY -> "Fre"
Calendar.SATURDAY -> "Sam"
else -> "TODAY" //TODO
else -> "TODAY" // the app will likely crash here
}
val cardViewMensaDay = MensaDayCardView(context!!, null)