mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-03 17:59:33 +02:00
typo
This commit is contained in:
parent
ae9716fa06
commit
055d957078
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue