Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 4166d67

Browse files
committedAug 4, 2020
1 parent 1397713 commit 4166d67

File tree

1 file changed

+0
-6
lines changed
  • android-pdf-viewer/src/main/java/com/github/barteksc/pdfviewer

1 file changed

+0
-6
lines changed
 

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

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -202,17 +202,11 @@ enum ScrollDir {
202202

203203
private int defaultPage = 0;
204204

205-
<<<<<<< HEAD
206-
/**
207-
* True if should scroll through pages vertically instead of horizontally
208-
*/
209-
=======
210205
private boolean dualPageMode = false;
211206

212207
private boolean isLandscapeOrientation = false;
213208

214209
/** True if should scroll through pages vertically instead of horizontally */
215-
>>>>>>> 34884282f7465aca016a3fa9a06618b9116cb8e1
216210
private boolean swipeVertical = true;
217211

218212
private boolean enableSwipe = true;

0 commit comments

Comments
 (0)
Please sign in to comment.