Skip to content

Commit

Permalink
Merge pull request #2069 from AllenCoder/master
Browse files Browse the repository at this point in the history
  • Loading branch information
AllenCoder authored Mar 20, 2018
2 parents 9fbbedc + fbbd675 commit 2965c40
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1342,9 +1342,11 @@ public void setEmptyView(int layoutResId, ViewGroup viewGroup) {

/**
* bind recyclerView {@link #bindToRecyclerView(RecyclerView)} before use!
*
* Recommend you to use {@link #setEmptyView(layoutResId,viewGroup)}
* @see #bindToRecyclerView(RecyclerView)
*
*/
@Deprecated
public void setEmptyView(int layoutResId) {
checkNotNull();
setEmptyView(layoutResId, getRecyclerView());
Expand Down

0 comments on commit 2965c40

Please sign in to comment.