DroidKaigi / conference-app-2024

The Official Conference App for DroidKaigi 2024
Apache License 2.0
448 stars 201 forks source link

Scroll is not possible when Favorite is Empty in FavoriteScreen. #517

Closed kosenda closed 2 months ago

kosenda commented 2 months ago

Overview

When Favorite is Empty on a FavoriteScreen, it indicates that there are no favorites, but not all of the content may be displayed because it is not a Scrollable screen.

example: Pixel6 + DisplaySize max + FontSize max + splitScreen

Might be helpful

I think we can fix it by simply setting Scrollable here

https://github.com/DroidKaigi/conference-app-2024/blob/a1a0fdc8d53d1bb078644e4a0ae661feecf9b08f/feature/favorites/src/commonMain/kotlin/io/github/droidkaigi/confsched/favorites/section/FavoriteSheet.kt#L104-L142

honoka5 commented 2 months ago

I'm a beginner ,but I want to try it ! @takahirom

takahirom commented 2 months ago

Thanks again! Assigned 👍