summaryrefslogtreecommitdiff
path: root/platform/android
diff options
context:
space:
mode:
authorRobin Watts <robin.watts@artifex.com>2015-04-03 12:28:37 +0100
committerRobin Watts <robin.watts@artifex.com>2015-04-03 12:42:03 +0100
commitc1e007023bf0a9b88f6dfdb20b9fbdcf8dfebb83 (patch)
tree54a09259e2addd0b86120e6d8b7c6a4e49a1ffba /platform/android
parentd6b6445dae6daaa16aa3b12c2c5c3ff37aa424c3 (diff)
downloadmupdf-c1e007023bf0a9b88f6dfdb20b9fbdcf8dfebb83.tar.xz
Bug 694388: Android: Don't call requestLayout more than we need to.
Thanks to Goncalo Ferreira for spotting this.
Diffstat (limited to 'platform/android')
-rw-r--r--platform/android/src/com/artifex/mupdfdemo/ReaderView.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/platform/android/src/com/artifex/mupdfdemo/ReaderView.java b/platform/android/src/com/artifex/mupdfdemo/ReaderView.java
index 07eb6824..4e95d331 100644
--- a/platform/android/src/com/artifex/mupdfdemo/ReaderView.java
+++ b/platform/android/src/com/artifex/mupdfdemo/ReaderView.java
@@ -539,7 +539,6 @@ public class ReaderView
}
}
- requestLayout();
return true;
}