diff --git a/lib/homeComponent/widgetComponent/recommender/time_strategy.dart b/lib/homeComponent/widgetComponent/recommender/time_strategy.dart index 87365295..f5135da2 100644 --- a/lib/homeComponent/widgetComponent/recommender/time_strategy.dart +++ b/lib/homeComponent/widgetComponent/recommender/time_strategy.dart @@ -22,10 +22,10 @@ class TimeStrategy implements WidgetRecommenderStrategy { } // The menu is not interesting anymore after the cafeteria has closed. - /*if (14 <= currentDate.hour) { + if (15 <= currentDate.hour) { priority = 0; break; - }*/ + } // The menu might be interesting before the opening hours. if (currentDate.hour < 14 && 6 < currentDate.hour) {