summaryrefslogtreecommitdiff
path: root/android
diff options
context:
space:
mode:
Diffstat (limited to 'android')
-rw-r--r--android/src/com/artifex/mupdfdemo/MuPDFActivity.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/src/com/artifex/mupdfdemo/MuPDFActivity.java b/android/src/com/artifex/mupdfdemo/MuPDFActivity.java
index 8d11173a..afeedaf0 100644
--- a/android/src/com/artifex/mupdfdemo/MuPDFActivity.java
+++ b/android/src/com/artifex/mupdfdemo/MuPDFActivity.java
@@ -771,7 +771,7 @@ public class MuPDFActivity extends Activity
private void toggleReflow() {
reflowModeSet(!mReflow);
- popUp(mReflow ? "Entering reflow mode" : "Leaving reflow mode");
+ showInfo(mReflow ? "Entering reflow mode" : "Leaving reflow mode");
}
@Override