fix: 修复编译错误
This commit is contained in:
parent
3cab0c755c
commit
ca0eba530c
|
|
@ -46,7 +46,7 @@ class ForumFragment : BaseFragment(), Refreshable, OnSwitchListener, ScrollTopab
|
||||||
lateinit var mRecyclerView: RecyclerView
|
lateinit var mRecyclerView: RecyclerView
|
||||||
|
|
||||||
@BindView(R.id.refresh)
|
@BindView(R.id.refresh)
|
||||||
var mRefreshLayout: SmartRefreshLayout? = null
|
public var mRefreshLayout: SmartRefreshLayout? = null
|
||||||
|
|
||||||
private val virtualLayoutManager: VirtualLayoutManager by lazy {
|
private val virtualLayoutManager: VirtualLayoutManager by lazy {
|
||||||
VirtualLayoutManager(
|
VirtualLayoutManager(
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue