We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Jetcaster
When opening a podcast details from the followed podcast list, the internal scroll state of the home screen is lost.
This is likely due to the HomeScreen being called in two different places in the code, depending on this if statement:
HomeScreen
if
compose-samples/Jetcaster/mobile/src/main/java/com/example/jetcaster/ui/home/Home.kt
Lines 325 to 357 in cb453e4
No response
The text was updated successfully, but these errors were encountered:
6074a82
alexvanyo
Successfully merging a pull request may close this issue.
Is there an existing issue for this?
Is there a StackOverflow question about this issue?
Is this an issue related to one of the samples?
Sample app
Jetcaster
What happened?
When opening a podcast details from the followed podcast list, the internal scroll state of the home screen is lost.
Screen_recording_20241112_161132.webm
This is likely due to the
HomeScreen
being called in two different places in the code, depending on thisif
statement:compose-samples/Jetcaster/mobile/src/main/java/com/example/jetcaster/ui/home/Home.kt
Lines 325 to 357 in cb453e4
Relevant logcat output
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: