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:
parent
c6737b1ae0
commit
1b7173e927
1 changed files with 0 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue