This commit is contained in:
jpirnay
2026-03-23 13:26:48 +01:00
parent 75350b0a3e
commit af76dbb02b
@@ -107,7 +107,8 @@ void KOReaderSettingsActivity::handleSelection() {
// Can't authenticate without credentials - just show message briefly // Can't authenticate without credentials - just show message briefly
return; return;
} }
startActivityForResult(std::make_unique<KOReaderAuthActivity>(renderer, mappedInput, KOReaderAuthActivity::Mode::LOGIN), startActivityForResult(
std::make_unique<KOReaderAuthActivity>(renderer, mappedInput, KOReaderAuthActivity::Mode::LOGIN),
[](const ActivityResult&) {}); [](const ActivityResult&) {});
} else if (selectedIndex == 5) { } else if (selectedIndex == 5) {
// Register // Register