mirror of
https://github.com/daveallie/crosspoint-reader.git
synced 2026-02-04 22:57:50 +03:00
Updated comment.
This commit is contained in:
parent
366fba9362
commit
540c33b25e
@ -65,8 +65,8 @@ void EpubReaderActivity::onEnter() {
|
|||||||
}
|
}
|
||||||
f.close();
|
f.close();
|
||||||
}
|
}
|
||||||
// TODO: Need a better condition to detect if we are opening for the first time. This will trigger if the book is
|
// We may want a better condition to detect if we are opening for the first time.
|
||||||
// re-opened at Chapter 0.
|
// This will trigger if the book is re-opened at Chapter 0.
|
||||||
if (currentSpineIndex == 0) {
|
if (currentSpineIndex == 0) {
|
||||||
int textSpineIndex = epub->getSpineIndexForTextReference();
|
int textSpineIndex = epub->getSpineIndexForTextReference();
|
||||||
if (textSpineIndex != 0) {
|
if (textSpineIndex != 0) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user