fix: only set confirmLongHandled when alternative char is actually inserted
This commit is contained in:
@@ -142,8 +142,8 @@ void KeyboardEntryActivity::loop() {
|
||||
if (alt != '\0') {
|
||||
insertChar(alt);
|
||||
requestUpdate();
|
||||
confirmLongHandled = true;
|
||||
}
|
||||
confirmLongHandled = true;
|
||||
}
|
||||
|
||||
if (mappedInput.wasReleased(MappedInputManager::Button::Confirm)) {
|
||||
|
||||
Reference in New Issue
Block a user