diff options
author | Paul Gardiner <paulg.artifex@glidos.net> | 2013-03-27 12:41:38 +0000 |
---|---|---|
committer | Paul Gardiner <paulg.artifex@glidos.net> | 2013-03-27 12:41:38 +0000 |
commit | ae7ea7e93ee5998fa428ffa4340bcb28f7b76abb (patch) | |
tree | 99ff58544999ffa6660da452a7e6ec00c908b364 /android/src/com/artifex/mupdfdemo | |
parent | 68660cd89703996ca315b4affcf37582ed660237 (diff) | |
download | mupdf-ae7ea7e93ee5998fa428ffa4340bcb28f7b76abb.tar.xz |
Android: fix git rebase slip
Diffstat (limited to 'android/src/com/artifex/mupdfdemo')
-rw-r--r-- | android/src/com/artifex/mupdfdemo/MuPDFActivity.java | 2 |
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 |