Skip to content

Commit

Permalink
If it is not the day of the conference, do not scroll
Browse files Browse the repository at this point in the history
  • Loading branch information
hiroaki404 committed Sep 8, 2024
1 parent 534984d commit c59ec98
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ fun Timetable(
end = contentPadding.calculateEndPadding(layoutDirection),
),
scrolledToCurrentTimeState = scrolledToCurrentTimeState,
enableAutoScrolling = clock.now() in selectedDay.start..selectedDay.end,
timetableItemTagsContent = { timetableItem ->
timetableItem.language.labels.forEach { label ->
TimetableItemTag(tagText = label)
Expand Down

0 comments on commit c59ec98

Please sign in to comment.