Skip to content
Snippets Groups Projects
Commit b4ae1c3b authored by Ming Rui Zhang's avatar Ming Rui Zhang
Browse files

misc: replace invalid name in qml

Change-Id: I0f2d2232cd383dd8adbf93db10ef2156324a1933
parent fcb56bfb
No related branches found
No related tags found
No related merge requests found
......@@ -199,7 +199,7 @@ Rectangle {
onCallAcceptButtonIsClicked: {
CallAdapter.acceptACall(responsibleAccountId, responsibleConvUid)
communicationPageMessageWebView.setSendContactRequestButtonVisible(false)
mainViewWindowSidePanel.selectTab(SidePanelTabBar.Conversations)
mainViewSidePanel.selectTab(SidePanelTabBar.Conversations)
}
onCallCancelButtonIsClicked: {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment