summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--android/src/com/artifex/mupdf/PageView.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/android/src/com/artifex/mupdf/PageView.java b/android/src/com/artifex/mupdf/PageView.java
index 4a28471c..53f35fcf 100644
--- a/android/src/com/artifex/mupdf/PageView.java
+++ b/android/src/com/artifex/mupdf/PageView.java
@@ -180,6 +180,9 @@ public abstract class PageView extends ViewGroup {
mPatch.setImageBitmap(null);
}
+ mPatchViewSize = null;
+ mPatchArea = null;
+
mSearchBoxes = null;
mLinks = null;
mSelectBox = null;