Skip to content

Commit 38fcf7c

Browse files
committed
Do not assume root activity link is the correct "join call" link
Use the link in the activity's 'links' Signed-off-by: Claudio Cambra <[email protected]>
1 parent 191f349 commit 38fcf7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gui/tray/CallNotificationDialog.qml

+1-1
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ ApplicationWindow {
227227
Layout.preferredHeight: Style.callNotificationPrimaryButtonMinHeight
228228

229229
onClicked: {
230-
Qt.openUrlExternally(root.link);
230+
Qt.openUrlExternally(modelData.link);
231231
root.closeNotification();
232232
}
233233

0 commit comments

Comments
 (0)