fix ghosting regression when opening subactivity from within reader

This commit is contained in:
jpirnay
2026-04-15 09:57:08 +02:00
parent 663326bde6
commit 65107d9891
5 changed files with 5 additions and 8 deletions
@@ -162,6 +162,7 @@ void TxtReaderActivity::loop() {
// Open starred pages list via Confirm button
if (mappedInput.wasReleased(MappedInputManager::Button::Confirm) && !bookmarkStore.isEmpty()) {
ReaderUtils::enforceExitFullRefresh(renderer);
startActivityForResult(std::make_unique<StarredPagesActivity>(renderer, mappedInput, bookmarkStore),
[this](const ActivityResult& result) {
if (!result.isCancelled) {