Fix DBus connection in Kirigami app
Summary: The device id was not properly passed to the interface factory, rendering the Mpris and mousepad UI useless Test Plan: Mpris and mousepad UI in app are now actually filled with content Reviewers: #kde_connect, apol Reviewed By: #kde_connect, apol Subscribers: #kde_connect Tags: #kde_connect Differential Revision: https://phabricator.kde.org/D12505
This commit is contained in:
parent
7dfe45bf89
commit
25cbf66e58
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ Kirigami.BasicListItem
|
||||||
if (component === "")
|
if (component === "")
|
||||||
return;
|
return;
|
||||||
|
|
||||||
var obj = interfaceFactory.create(checker.deviceId);
|
var obj = interfaceFactory.create(checker.device.id());
|
||||||
var page = pageStack.push(
|
var page = pageStack.push(
|
||||||
component,
|
component,
|
||||||
{ pluginInterface: obj }
|
{ pluginInterface: obj }
|
||||||
|
|
Loading…
Reference in a new issue