Compare commits

..

No commits in common. "bfa5df5359e4319b3b012e9302d6cd18fa082aba" and "437cd573190e69387f5fa2701defaf14cd206580" have entirely different histories.

View File

@ -60,7 +60,7 @@ void TxtReaderActivity::onEnter() {
// Save current txt as last opened file and add to recent books
APP_STATE.openEpubPath = txt->getPath();
APP_STATE.saveToFile();
RECENT_BOOKS.addBook(txt->getPath(), "", "");
RECENT_BOOKS.addBook(txt->getPath());
// Trigger first update
updateRequired = true;