Skip to content

Commit

Permalink
remove static from mContext.
Browse files Browse the repository at this point in the history
  • Loading branch information
jianghejie committed Dec 9, 2015
1 parent 3a23882 commit 927f223
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion xrecyclerview/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
apply plugin: 'com.github.dcendents.android-maven'
apply plugin: 'com.jfrog.bintray'

version = "1.2.5"
version = "1.2.6"
group = "com.jcodecraeer"

def siteUrl = 'https://github.com/jianghejie/XRecyclerView'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

public class XRecyclerView extends RecyclerView {

private static Context mContext;
private Context mContext;
private boolean isLoadingData = false;
private boolean isnomore = false;
private int mRefreshProgressStyle = ProgressStyle.SysProgress;
Expand Down

0 comments on commit 927f223

Please sign in to comment.