Fixes
This commit is contained in:
@@ -282,8 +282,7 @@ void MdReaderActivity::loop() {
|
||||
const std::string nextBookPath =
|
||||
BookFinished::findNextBookInDirectory(currentBookPath, std::string(), std::string());
|
||||
startActivityForResult(
|
||||
std::make_unique<FinishedBookActivity>(renderer, mappedInput, currentBookPath, nextBookPath,
|
||||
SETTINGS.moveFinishedBooksToCompleted),
|
||||
std::make_unique<FinishedBookActivity>(renderer, mappedInput, currentBookPath, nextBookPath),
|
||||
[this, currentBookPath, nextBookPath](const ActivityResult& result) {
|
||||
if (result.isCancelled) {
|
||||
requestUpdate();
|
||||
|
||||
Reference in New Issue
Block a user