Amend password entry
This commit is contained in:
@@ -73,7 +73,7 @@ void KOReaderSettingsActivity::onActionSelected(int index) {
|
|||||||
});
|
});
|
||||||
} else if (item.nameId == StrId::STR_PASSWORD) {
|
} else if (item.nameId == StrId::STR_PASSWORD) {
|
||||||
startActivityForResult(std::make_unique<KeyboardEntryActivity>(renderer, mappedInput, tr(STR_KOREADER_PASSWORD),
|
startActivityForResult(std::make_unique<KeyboardEntryActivity>(renderer, mappedInput, tr(STR_KOREADER_PASSWORD),
|
||||||
KOREADER_STORE.getPassword(), 64, false),
|
KOREADER_STORE.getPassword(), 64, true),
|
||||||
[this](const ActivityResult& result) {
|
[this](const ActivityResult& result) {
|
||||||
if (!result.isCancelled) {
|
if (!result.isCancelled) {
|
||||||
const auto& kb = std::get<KeyboardResult>(result.data);
|
const auto& kb = std::get<KeyboardResult>(result.data);
|
||||||
|
|||||||
Reference in New Issue
Block a user