mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-03 09:49:19 +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
|
||||
public void onBackPressed() {
|
||||
IFile currentLoc = getLocation();
|
||||
if (currentLoc == null || myHistory == null) {
|
||||
if (currentLoc == null || mHistory == null) {
|
||||
super.onBackPressed();
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue