1
0
Fork 0
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:
Nikolay Pultsin 2012-10-27 19:03:07 +04:00
parent 857643f0fc
commit a8375f1428

View file

@ -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);
}
}
});