We want to show the current time session when conference starts
We want to scroll to the current session when first loading.
As there are times when the timing is severe, I think it's good to have flags like this in the Fragment flag for this, like isInitializedScrollPosition.
Kind (Required)
Other
Overview (Required)
We want to show the current time session when conference starts
We want to scroll to the current session when first loading.
As there are times when the timing is severe, I think it's good to have flags like this in the Fragment flag for this, like isInitializedScrollPosition.
Now we can use
scrollToCurrentSession
https://github.com/DroidKaigi/conference-app-2019/blob/master/feature/session/src/main/java/io/github/droidkaigi/confsched2019/session/ui/BottomSheetDaySessionsFragment.kt#L162