checkpoint 2 - post PR merge - debug ghosting
This commit is contained in:
@@ -109,7 +109,7 @@ void TxtReaderActivity::onEnter() {
|
||||
APP_STATE.openBookTitle = txt->getTitle();
|
||||
APP_STATE.openBookAuthor.clear(); // TXT files don't have author metadata
|
||||
APP_STATE.saveToFile();
|
||||
RECENT_BOOKS.addBook(txt->getPath());
|
||||
RECENT_BOOKS.addBook(txt->getPath(), txt->getTitle(), ""); // TXT files have no author metadata
|
||||
|
||||
// Trigger first update
|
||||
updateRequired = true;
|
||||
|
||||
Reference in New Issue
Block a user