Skip to content
Commit ca94b46d authored by Marco Martin's avatar Marco Martin
Browse files

applets/taskmanager: Fix warnings on startup

During destruction, both magic model context properties can go undefined for a while,
and required model properties can go null for a while, so on code paths that can trigger
then, they need to be guarded when accessed

Convert the Task to required properties which is more reliable and removes the need of the
"m" property which proxied the model context property, which is now a required one
parent fceda9c1
Pipeline #531933 passed with stage
in 4 minutes and 22 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