When opening the softkeyboard (on relayout) the re...
# android
c
When opening the softkeyboard (on relayout) the recyclerview jumps in its scroll state for whatever reason
w
Haven’t read the issue yet, but do you use ConstraintLayout 2.x by chance?
Because I had the weirdest bugs with keyboard + CL2 and recycler (but not only)
c
Copy code
androidx.constraintlayout:constraintlayout:1.1.3
for now
But the error persists when wrapped with LinearLayout
👍 1