Skip to content
Commit 0739a14d authored by Nate Graham's avatar Nate Graham
Browse files

applets/notifications: ensure item exists before querying its properties

In NotificationItem.qml, we query a loader's item's implicit height only
when the loader is active. But it's possible for the loader to be active
and not yet have an item, since the item may take a moment to load. So
let's guard that by also making sure the item is set before we query its
properties.
parent b430c8f5
Pipeline #414005 passed with stage
in 24 minutes and 41 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment