clang
This commit is contained in:
@@ -143,8 +143,7 @@ void ReaderActivity::onGoToTxtReader(std::unique_ptr<Txt> txt) {
|
|||||||
currentBookPath = txtPath;
|
currentBookPath = txtPath;
|
||||||
exitActivity();
|
exitActivity();
|
||||||
enterNewActivity(new TxtReaderActivity(
|
enterNewActivity(new TxtReaderActivity(
|
||||||
renderer, mappedInput, std::move(txt), [this, txtPath] { goToLibrary(txtPath); },
|
renderer, mappedInput, std::move(txt), [this, txtPath] { goToLibrary(txtPath); }, [this] { onGoBack(); }));
|
||||||
[this] { onGoBack(); }));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void ReaderActivity::onEnter() {
|
void ReaderActivity::onEnter() {
|
||||||
|
|||||||
Reference in New Issue
Block a user