fix: 修复编译失败

This commit is contained in:
HuanChengFly 2021-02-18 19:28:53 +08:00
parent 4aea31983e
commit ba8bc166c2
1 changed files with 2 additions and 1 deletions

View File

@ -43,8 +43,9 @@ class ForumFragment : BaseFragment(), Refreshable, OnSwitchListener, ScrollTopab
@BindView(R.id.recycler_view) @BindView(R.id.recycler_view)
lateinit var mRecyclerView: RecyclerView lateinit var mRecyclerView: RecyclerView
@JvmField
@BindView(R.id.refresh) @BindView(R.id.refresh)
private var mRefreshLayout: SmartRefreshLayout? = null var mRefreshLayout: SmartRefreshLayout? = null
private val virtualLayoutManager: VirtualLayoutManager by lazy { VirtualLayoutManager(attachContext) } private val virtualLayoutManager: VirtualLayoutManager by lazy { VirtualLayoutManager(attachContext) }
private val delegateAdapter: DelegateAdapter by lazy { DelegateAdapter(virtualLayoutManager) } private val delegateAdapter: DelegateAdapter by lazy { DelegateAdapter(virtualLayoutManager) }