Skip to content

Commit

Permalink
Added getContext in HeaderedAdapter
Browse files Browse the repository at this point in the history
  • Loading branch information
ackava committed Sep 6, 2016
1 parent 07846ab commit b42da1f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions hypercube/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ android {
defaultConfig {
minSdkVersion 15
targetSdkVersion 23
versionCode 1415
versionName "1.4.15"
versionCode 1416
versionName "1.4.16"
}
buildTypes {
release {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public HeaderedAdapter(Context context, List<T> source) {
recreate();
}

protected Context getContext() {
public Context getContext() {
return context;
}

Expand Down

0 comments on commit b42da1f

Please sign in to comment.