Skip to content
This repository was archived by the owner on Oct 12, 2025. It is now read-only.

Commit 9d472d2

Browse files
committed
date change
1 parent 7d2d78b commit 9d472d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/org/hackillinois/android/view/schedule/ScheduleFragment.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ class ScheduleFragment : Fragment() {
125125
}
126126

127127
private fun setupCustomTabs(tabLayout: TabLayout) {
128-
val tabDayOfMonth = arrayOf("28", "29", "30")
128+
val tabDayOfMonth = arrayOf("28", "1", "2")
129129
val tabDayOfWeek = arrayOf("FRI", "SAT", "SUN")
130130
for (i in tabDayOfMonth.indices) {
131131
val tab = tabLayout.newTab()

0 commit comments

Comments
 (0)