Bottom sheet fragment is broken with unbounded content #3519
Labels
[Area] Android 15
[Priority] Low
A less urgent issue that can be addressed when time allows
[Type] Bug
Not functioning as intended.
Description
After Android 15 migration couple of things in the
BaseDialogFragment
broke.Full-screen display
When the content has an unbounded height, the sheet is displayed in full-screen mode instead of being padded at the top. Additionally, the content exhibits a slight parallax effect. See the video below—you can notice how the bottom icons move faster than the rest of the content. Also, observe that the top edge has rounded corners up to a certain point.
bottom-sheet.mp4
Theming
This issue is somewhat related to the previous one. Setting the navigation bar and status bar tint no longer works; everything is now controlled through the background tint. If I force the background tint to red in the previous example, the screen appears as shown in the video below. This also makes it more evident what triggers the parallax effect and the top edge issue.
bottom-sheet-highlight.mp4
Step-by-step reproduction instructions
Screenshots or screen recording
No response
Did you search for existing bug reports?
Device, Operating system, and Pocket Casts app version
No response
The text was updated successfully, but these errors were encountered: