From 540c33b25ed2ae12ec04b54a9f718655efcbb6cf Mon Sep 17 00:00:00 2001 From: Jonas Diemer Date: Tue, 30 Dec 2025 12:22:09 +0100 Subject: [PATCH] Updated comment. --- src/activities/reader/EpubReaderActivity.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/activities/reader/EpubReaderActivity.cpp b/src/activities/reader/EpubReaderActivity.cpp index 5d302774..c4a6690a 100644 --- a/src/activities/reader/EpubReaderActivity.cpp +++ b/src/activities/reader/EpubReaderActivity.cpp @@ -65,8 +65,8 @@ void EpubReaderActivity::onEnter() { } f.close(); } - // TODO: Need a better condition to detect if we are opening for the first time. This will trigger if the book is - // re-opened at Chapter 0. + // We may want a better condition to detect if we are opening for the first time. + // This will trigger if the book is re-opened at Chapter 0. if (currentSpineIndex == 0) { int textSpineIndex = epub->getSpineIndexForTextReference(); if (textSpineIndex != 0) {