Update NameCard.qml

This commit is contained in:
Nex-Pro 2017-11-03 17:21:35 +00:00 committed by GitHub
parent e5f65b5fb1
commit 3171418173
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -433,7 +433,7 @@ Item {
anchors.verticalCenter: nameCardRemoveConnectionImage.verticalCenter
x: 240
onClicked: {
console.log("Vist user button clicked."); // Remove after debugging.
console.log("Vist user button clicked."); // Remove after debugging.
AddressManager.goToUser(thisNameCard.userName, false);
UserActivityLogger.palAction("go_to_user", thisNameCard.userName);
}