Skip to content

inputmethod: Properly report that it's not visible

Aleix Pol Gonzalez requested to merge work/apol/vk-visible into master

Window::isShown only checks that it's not hidden, in this case it's not that it's hidden it's that it's neither shown or hidden. Take the readyForPainting attribute into account.

Merge request reports