yaclf
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user