Skip to content

Commit

Permalink
ViewPager interaction fixed, Closes #98
Browse files Browse the repository at this point in the history
  • Loading branch information
smarek committed Oct 27, 2013
1 parent edd3393 commit 34819dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/src/uk/co/senab/photoview/PhotoViewAttacher.java
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@ public final boolean onTouch(View v, MotionEvent ev) {
handled = true;
}

if (!handled && null != parent) {
if (!handled && null != parent && !mAllowParentInterceptOnEdge) {
parent.requestDisallowInterceptTouchEvent(false);
}

Expand Down

0 comments on commit 34819dc

Please sign in to comment.