Reputation: 737
The structure of my layout is this:
NestedScrollView
--ConstraintLayout
----Other Widgets
----TextView with textIsSelectable true
The problem is that if I select some text in the TextView, the NestedScrollView scrolls down.
Upvotes: 0
Views: 77