Skip to content

Fix launch feedback for KCMs

We were using CommandLauncherJob which doesn't sire this up by default, biut that was unnecessary, since KCMs can be launched as apps now. So we can in fact use ApplicationLauncherJob for them, which fixes this automatically.

CCBUG: 464668

Merge request reports