Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8d81e2 commit 4db5703Copy full SHA for 4db5703
android-pdf-viewer/src/main/java/com/github/barteksc/pdfviewer/PDFView.java
@@ -267,12 +267,12 @@ ScrollHandle getScrollHandle() {
267
private boolean annotationRendering = false;
268
269
/**
270
- * True if the view should render during scaling - default<br/>
+ * True if the view should render during scaling<br/>
271
* Can not be forced on older API versions (< Build.VERSION_CODES.KITKAT) as the GestureDetector does
272
* not detect scrolling while scaling.<br/>
273
* False otherwise
274
*/
275
- private boolean renderDuringScale = true;
+ private boolean renderDuringScale = false;
276
277
278
* Construct the initial view
0 commit comments