We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad05889 commit 2d39fd7Copy full SHA for 2d39fd7
PennMobile/src/main/java/com/pennapps/labs/pennmobile/adapters/DiningInsightsCardAdapter.kt
@@ -45,8 +45,8 @@ class DiningInsightsCardAdapter(private var cells: ArrayList<DiningInsightCell>)
45
private const val DINING_DOLLARS_PREDICTIONS = 2
46
private const val DINING_SWIPES_PREDICTIONS = 3
47
48
- const val START_DAY_OF_SEMESTER = "2023-08-30"
49
- private const val DAYS_IN_SEMESTER = 113f
+ const val START_DAY_OF_SEMESTER = "2024-01-18"
+ private const val DAYS_IN_SEMESTER = 117f
50
}
51
52
override fun onCreateViewHolder(parent: ViewGroup, viewType: Int): ViewHolder {
0 commit comments