1
0
Fork 0
mirror of https://github.com/geometer/FBReaderJ.git synced 2025-10-03 09:49:19 +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
public void onBackPressed() {
IFile currentLoc = getLocation();
if (currentLoc == null || myHistory == null) {
if (currentLoc == null || mHistory == null) {
super.onBackPressed();
return;
}