fix: 修复动态页面闪退

This commit is contained in:
HuanCheng65 2023-03-10 14:38:46 +08:00
parent 92e962336f
commit 6b6f61c2ff
No known key found for this signature in database
GPG Key ID: E9031EF91A805148
1 changed files with 1 additions and 1 deletions

View File

@ -168,7 +168,7 @@ class PersonalizedFeedFragment : BaseFragment(), PersonalizedFeedAdapter.OnRefre
it.author?.nameShow,
it.author?.id
)
}!!
} ?: emptyList()
val threadBeans: MutableList<PersonalizedBean.ThreadBean> =
ArrayList(adapter.getItemList())
adapter.apply {