From 055d957078f4d50d9350eb613ad5ce465f89987d Mon Sep 17 00:00:00 2001 From: Nikolay Pultsin Date: Fri, 7 Aug 2015 03:49:28 +0200 Subject: [PATCH] typo --- .../pals/android/lib/ui/filechooser/FileChooserActivity.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/third-party/android-filechooser/code/src/group/pals/android/lib/ui/filechooser/FileChooserActivity.java b/third-party/android-filechooser/code/src/group/pals/android/lib/ui/filechooser/FileChooserActivity.java index e5f121460..02f91183f 100755 --- a/third-party/android-filechooser/code/src/group/pals/android/lib/ui/filechooser/FileChooserActivity.java +++ b/third-party/android-filechooser/code/src/group/pals/android/lib/ui/filechooser/FileChooserActivity.java @@ -456,7 +456,7 @@ public class FileChooserActivity extends Activity { @Override public void onBackPressed() { IFile currentLoc = getLocation(); - if (currentLoc == null || myHistory == null) { + if (currentLoc == null || mHistory == null) { super.onBackPressed(); return; }