mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-06 03:50:19 +02:00
Esc-Home problem has been fixed
This commit is contained in:
parent
d572615042
commit
f59f1509ca
2 changed files with 2 additions and 2 deletions
|
@ -244,7 +244,7 @@ public final class FBReader extends ZLAndroidActivity {
|
|||
break;
|
||||
}
|
||||
case CANCEL_CODE:
|
||||
fbreader.runCancelAction(resultCode);
|
||||
fbreader.runCancelAction(resultCode - 1);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue