QuickAF
QuickAF copied to clipboard
Can't instance ViewHolder(xx.xx.ViewHolder) in xxx.xxx.AdapterDelegate
Can't instance ViewHolder(xx.xx.ViewHolder) in xxx.xxx.AdapterDelegate is it an assessable (public/static) class?
Your XXViewHolder must be an accessable class, if the XXViewHolder is inner class, please add public static modifier to it. Another solution is to overried instanceViewHolder and return an XXViewHolder instance under your XXAdapterDelegate.