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

applets/mediacontroller: fix broken actions

Broken in the Actions refactor when these invocations of the old API
weren't ported.

A simple fix would be to port these old invocations of the removed
action_thing() function calls to use root.serviceOp() instead, but that
would lead to some code duplication, so instead let's add new top-level
public functions for these things and reference those functions
consistently in all places, which fixes the bug automatically.

BUG: 470743
parent 5afb1572
Pipeline #436376 passed with stage
in 11 minutes and 9 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