show tomorrows meal if iths latr than 1500
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user