Commit 05c3d084 authored by unstablebrainiac's avatar unstablebrainiac

Fix Codacy issues

parent 741d5317
...@@ -54,7 +54,7 @@ public abstract class RecyclerViewAdapter<T extends Clickable> extends RecyclerV ...@@ -54,7 +54,7 @@ public abstract class RecyclerViewAdapter<T extends Clickable> extends RecyclerV
} }
} }
abstract RecyclerView.ViewHolder getViewHolder(@NonNull ViewGroup parent, Context context); protected abstract RecyclerView.ViewHolder getViewHolder(@NonNull ViewGroup parent, Context context);
@Override @Override
public int getItemViewType(int position) { public int getItemViewType(int position) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment