Skip to content

Check if QQC2.ApplicationWindow.window object exists

Slawek Kaplonski requested to merge work/slaweq/fix-mark-messages-as-read into master

Before checking visibility attribute of the QQC2.ApplicationWindow.window object it should be first checked if that object actually exists to not try to check "visibility" the Null object.

Merge request reports