Skip to content

Handle DBus call finishing before buildUI is called

David Edmundson requested to merge work/fix_ppd_crash into master

Evidentally from the backtrace buildUI is not called in the same event as load, and async DBus calls can finish in between.

BUG: 440223

Edited by David Edmundson

Merge request reports