fix: 修复动态页面闪退
This commit is contained in:
parent
92e962336f
commit
6b6f61c2ff
|
|
@ -168,7 +168,7 @@ class PersonalizedFeedFragment : BaseFragment(), PersonalizedFeedAdapter.OnRefre
|
||||||
it.author?.nameShow,
|
it.author?.nameShow,
|
||||||
it.author?.id
|
it.author?.id
|
||||||
)
|
)
|
||||||
}!!
|
} ?: emptyList()
|
||||||
val threadBeans: MutableList<PersonalizedBean.ThreadBean> =
|
val threadBeans: MutableList<PersonalizedBean.ThreadBean> =
|
||||||
ArrayList(adapter.getItemList())
|
ArrayList(adapter.getItemList())
|
||||||
adapter.apply {
|
adapter.apply {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue