default ViewHolder
This commit is contained in:
parent
3d66c6572b
commit
0a596df497
4 changed files with 16 additions and 3 deletions
|
|
@ -0,0 +1,10 @@
|
|||
package org.schabi.newpipe.util;
|
||||
|
||||
import android.support.v7.widget.RecyclerView;
|
||||
import android.view.View;
|
||||
|
||||
public class FallbackViewHolder extends RecyclerView.ViewHolder {
|
||||
public FallbackViewHolder(View itemView) {
|
||||
super(itemView);
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue