I have a list of Strings that I populated that within a RecyclerView inside a ViewPager2. Scrolling down to extreme bottom of the list as in image 1 and clicking on radioButton, the list scrolls down by itself.I want to sustain the position of the list. Occurs everytime when scrolling to extreme bottom of list.
Before radio button click list position After radio Button click List scrolls down
Later on tried with LazyColumn in Compose inside the same ViewPager2. Srolling has some improvement but still list does scroll down by itself on initial few clicks of RadioButton. After few clicks the list scrolls normally as expected.