inputmethod: Do not reset when hiding

This will make maliit think there is an ongoing matters and make it pop
up again.
This commit is contained in:
Aleix Pol 2022-03-08 03:17:56 +01:00 committed by Aleix Pol Gonzalez
parent c6737b1ae0
commit 1b7173e927

View file

@ -126,11 +126,6 @@ void InputMethod::hide()
m_inputClient->hideClient();
updateInputPanelState();
}
auto inputContext = waylandServer()->inputMethod()->context();
if (!inputContext) {
return;
}
inputContext->sendReset();
}
bool InputMethod::shouldShowOnActive() const