增加realm 在离线地图中的使用
This commit is contained in:
@@ -14,6 +14,7 @@ import androidx.viewbinding.ViewBinding
|
||||
open class BaseViewHolder(val viewBinding: ViewBinding) :
|
||||
RecyclerView.ViewHolder(viewBinding.root), LifecycleOwner {
|
||||
private val lifecycleRegistry = LifecycleRegistry(this)
|
||||
var tag = ""
|
||||
|
||||
init {
|
||||
// dataBinding.lifecycleOwner = this
|
||||
|
||||
Reference in New Issue
Block a user