android - Recyclerview automatically scroll up (a little) when update -




i have recyclerview in coordinatorlayout in fragment, there problem recyclerview in situations, when reload fragment or calling notifydatasetchanged(), recyclerview automatically scroll little (about 1 cm)!!!! , because of this, scrolling on appbarlayout doe's not work! it's on android 4.2.2. googled , cant find this!

deepak rathore answer worked me.

adding android:descendantfocusability="blocksdescendants" coordiante layout fixed problem.





wiki

Comments

Popular posts from this blog

Asterisk AGI Python Script to Dialplan does not work -

python - Read npy file directly from S3 StreamingBody -

kotlin - Out-projected type in generic interface prohibits the use of metod with generic parameter -