Skip to content

effects: Guard against InputMethod being nullptr or not enabled

Arjen Hiemstra requested to merge work/ahiemstra/slidingpopupfix into master

Apparently InputMethod can be nullptr, in which case we end up dereferencing nullptr when we try to get the input panel.

Merge request reports