Skip to content

Guard use of activation proxy

David Edmundson requested to merge work/guard_activation into master

WaylandIntegration::self()->activation() will return null if the compositor does not support activation. Any use must be guarded.

BUG: 440448

The case in the bug report has not been tested.

Merge request reports