fix: 搜索重新输入关键词后内容不刷新

This commit is contained in:
HuanChengFly 2020-10-01 18:44:47 +08:00
parent 8ed12243f5
commit 48b003b8c5
1 changed files with 1 additions and 0 deletions

View File

@ -134,6 +134,7 @@ class SearchForumFragment : BaseFragment(), ISearchFragment, OnItemClickListener
delegateAdapter.addAdapter(fuzzyMatchAdapter) delegateAdapter.addAdapter(fuzzyMatchAdapter)
} }
} }
delegateAdapter.notifyDataSetChanged()
} }
override fun onFragmentFirstVisible() { override fun onFragmentFirstVisible() {