mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-05 19:42:17 +02:00
fixed behaviour after book info reloading
This commit is contained in:
parent
857643f0fc
commit
a8375f1428
1 changed files with 2 additions and 0 deletions
|
@ -129,6 +129,8 @@ public class BookInfoActivity extends Activity {
|
|||
book.reloadInfoFromFile();
|
||||
setupBookInfo(book);
|
||||
myDontReloadBook = false;
|
||||
myResult = Math.max(myResult, FBReader.RESULT_RELOAD_BOOK);
|
||||
setResult(myResult);
|
||||
}
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue