Open wealive opened 3 years ago
only 4 items added,and the other not display,is it recyclerview's height calculate wrong?
我也遇到了这个问题,请问后来有解决吗? I also encountered this problem. Was it resolved later?
我也遇到了这个问题,请问后来有解决吗?
I have the same problem, is there any way to solve it?
Same problem here !
I am having the same problem
Issues and steps to reproduce
I got a NestScrollView with 3 RecyclerView in it.And each recyclerview had a "loadmore"button,when tapped, add 50 new item into it,but the recycler view does not display correct ,only 10or more added,but I expect 50
Expected behavior
Version of the flexbox library
3.0.0
Link to code
<?xml version="1.0" encoding="utf-8"?> <androidx.core.widget.NestedScrollView xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" android:layout_width="match_parent" android:layout_height="wrap_content" android:fillViewport="true" android:overScrollMode="never" app:layout_constraintTop_toTopOf="parent">
</androidx.core.widget.NestedScrollView>
adapter.setNewData(it.data.FirstVocabList)