cymcsg / UltimateRecyclerView

A RecyclerView(advanced and flexible version of ListView in Android) with refreshing,loading more,animation and many other features.
Apache License 2.0
7.22k stars 1.43k forks source link

easyRegularAdapter -- BINDHOLDER is not passed to UltimateViewAdapter, why? #428

Open JamesKarl opened 8 years ago

JamesKarl commented 8 years ago

The first line is the original code. The second line is What I think it should be.

public abstract class easyRegularAdapter<T, BINDHOLDER extends UltimateRecyclerviewViewHolder> extends UltimateViewAdapter

public abstract class easyRegularAdapter<T, BINDHOLDER extends UltimateRecyclerviewViewHolder> extends UltimateViewAdapter<BINDHOLDER>