Review comments

This commit is contained in:
jpirnay
2026-05-04 13:59:28 +02:00
parent 6eae99362d
commit 444be74249
3 changed files with 7 additions and 9 deletions
@@ -1001,6 +1001,8 @@ void MdReaderActivity::onButtonAction(const CrossPointSettings::BUTTON_ACTION ac
SETTINGS.orientation = nextOrientation;
SETTINGS.saveToFile();
ReaderUtils::applyOrientation(renderer, SETTINGS.orientation);
initialized = false;
initializeReader();
requestUpdate();
break;
}
@@ -839,6 +839,8 @@ void TxtReaderActivity::onButtonAction(const CrossPointSettings::BUTTON_ACTION a
SETTINGS.orientation = nextOrientation;
SETTINGS.saveToFile();
ReaderUtils::applyOrientation(renderer, SETTINGS.orientation);
initialized = false;
initializeReader();
requestUpdate();
break;
}