From 05aa1dd0a1134f612bb4c82d022a87a0673e8d10 Mon Sep 17 00:00:00 2001 From: Adeel Kazmi Date: Thu, 18 Oct 2018 12:07:18 +0100 Subject: [PATCH] (ContactCards) Fix comment Change-Id: I70f95bf5e3891fc4cfc485e6d5d995b07241e517 --- examples/contact-cards/contact-card.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/contact-cards/contact-card.cpp b/examples/contact-cards/contact-card.cpp index 60d3d0a..d9f55e0 100644 --- a/examples/contact-cards/contact-card.cpp +++ b/examples/contact-cards/contact-card.cpp @@ -333,7 +333,7 @@ void ContactCard::OnKeyEvent( const KeyEvent& event ) KeyInputFocusManager keyInputFocusManager = KeyInputFocusManager::Get(); if( keyInputFocusManager.GetCurrentFocusControl() == mContactCard ) { - // Our contact-card is set to receive focus so call OnTap which should trigger the required animation + // Our contact-card is set to receive focus and we're unfolded so animate back to the folded state Animate(); } } -- 2.7.4