Skip to content

fix(pid-edit): resolve top-content scroll glitch in PID edit sheet#191

Merged
tzebrowski merged 1 commit into
masterfrom
fix/pid-edit-scroll-glitch
Jul 16, 2026
Merged

fix(pid-edit): resolve top-content scroll glitch in PID edit sheet#191
tzebrowski merged 1 commit into
masterfrom
fix/pid-edit-scroll-glitch

Conversation

@tzebrowski

Copy link
Copy Markdown
Owner

Plain android.widget.ScrollView doesn't implement NestedScrollingChild, so it fights with BottomSheetBehavior's nested scrolling when reversing scroll direction, causing the top content to clip/disappear. Switch to androidx.core.widget.NestedScrollView, and drop the redundant match_parent height on the root scroll container.

Plain android.widget.ScrollView doesn't implement NestedScrollingChild,
so it fights with BottomSheetBehavior's nested scrolling when reversing
scroll direction, causing the top content to clip/disappear. Switch to
androidx.core.widget.NestedScrollView, and drop the redundant
match_parent height on the root scroll container.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
@tzebrowski tzebrowski merged commit a685348 into master Jul 16, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant