Skip to content
Verified Commit bc5a15d7 authored by ivan tkachenko's avatar ivan tkachenko 🗯
Browse files

[applet] Fix undefined property access

It could've happened when restarting bluetooth.service manually,
supposedly because connections which were made in an imperative way
outlived their context objects leading to dangling 'undefined' variables
in JavaScript.

Now that connections are managed declaratively, we can be sure they will
be automatically disconnected from their target when needed.
parent 85c47967
Pipeline #128258 passed with stage
in 56 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