Skip to content

Commit

Permalink
Make release v0.4.9.
Browse files Browse the repository at this point in the history
  • Loading branch information
TonicArtos committed Apr 1, 2015
2 parents d638712 + bcaf518 commit 0f22167
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ See the [Roadmap](https://github.com/TonicArtos/SuperSLiM/wiki/Roadmap) for more
Add the following to your build.gradle file.
```groovy
dependencies {
compile 'com.tonicartos:superslim:0.4.8'
compile 'com.tonicartos:superslim:0.4.9'
}
```

Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true

VERSION_NAME=0.4.8
VERSION_CODE=19
VERSION_NAME=0.4.9
VERSION_CODE=21
GROUP=com.tonicartos

POM_GENERATE_UNIQUE_SNAPSHOTS=false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ public int scrollVerticallyBy(int dy, RecyclerView.Recycler recycler,
LayoutParams params = (LayoutParams) end.getLayoutParams();
SectionLayoutManager slm = getSlm(params);
final int endEdge = slm.getLowestEdge(
params.getTestedFirstPosition(), getChildCount() - 1, leadingEdge);
params.getTestedFirstPosition(), getChildCount() - 1, getDecoratedBottom(end));
if (endEdge < height - getPaddingBottom() &&
getPosition(end) == (state.getItemCount() - 1)) {
return 0;
Expand Down

0 comments on commit 0f22167

Please sign in to comment.