Remove return statement

(cherry picked from commit c5caea7d3323c63ff0322c647e45ee48e7a4fbf6)
This commit is contained in:
nscheung
2026-03-25 20:16:47 +01:00
committed by jpirnay
parent d8334e9fa4
commit d88ec2ca24
@@ -144,7 +144,6 @@ void TxtReaderActivity::loop() {
requestUpdate();
} else {
onGoHome();
return;
}
}
}