1
0
Fork 0
mirror of https://github.com/geometer/FBReaderJ.git synced 2025-10-03 17:59:33 +02:00
This commit is contained in:
Nikolay Pultsin 2015-08-07 03:49:28 +02:00
parent ae9716fa06
commit 055d957078

View file

@ -456,7 +456,7 @@ public class FileChooserActivity extends Activity {
@Override @Override
public void onBackPressed() { public void onBackPressed() {
IFile currentLoc = getLocation(); IFile currentLoc = getLocation();
if (currentLoc == null || myHistory == null) { if (currentLoc == null || mHistory == null) {
super.onBackPressed(); super.onBackPressed();
return; return;
} }