Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8c46535

Browse files
committed
Fix not working OnClickListener on PDFView
1 parent 8b8fb00 commit 8c46535

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

android-pdf-viewer/src/main/java/com/github/barteksc/pdfviewer/DragPinchManager.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ public boolean onSingleTapConfirmed(MotionEvent e) {
8888
ps.hide();
8989
}
9090
}
91+
pdfView.performClick();
9192
return true;
9293
}
9394

0 commit comments

Comments
 (0)