Fix contact redirection from call logs.
This commit is contained in:
parent
56b9d2c040
commit
5cf9df2a05
1 changed files with 1 additions and 0 deletions
|
|
@ -17,6 +17,7 @@ AbstractMainPage {
|
|||
property bool leftPanelEnabled: !rightPanelStackView.currentItem || rightPanelStackView.currentItem.objectName != "contactEdition"
|
||||
property FriendGui selectedContact
|
||||
property string initialFriendToDisplay
|
||||
onInitialFriendToDisplayChanged: if (initialFriendToDisplay != '' && contactList.selectContact(initialFriendToDisplay) != -1) initialFriendToDisplay = ""
|
||||
|
||||
onVisibleChanged: if (!visible) {
|
||||
rightPanelStackView.clear()
|
||||
|
|
|
|||
Loading…
Reference in a new issue