Commit 538254fa authored by jyx's avatar jyx

代码优化

parent ee5d156b
......@@ -190,7 +190,6 @@ class MainFragment : LazyLoadBaseFragment(), HomeView, View.OnClickListener, OnR
topAdapter?.setOnItemClickListener(object : TopAdapter.OnItemClickListener {
override fun onItemClick(position: Int) {
if (topList.size > 0) {
topList[position].createType = 3
LocalVedioManager.startVedioDetailActivityForType(
requireActivity(),
topList[position]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment