Commit 05aa1dd0a1134f612bb4c82d022a87a0673e8d10
1 parent
c973151b
(ContactCards) Fix comment
Change-Id: I70f95bf5e3891fc4cfc485e6d5d995b07241e517
Showing
1 changed file
with
1 additions
and
1 deletions
examples/contact-cards/contact-card.cpp
| ... | ... | @@ -333,7 +333,7 @@ void ContactCard::OnKeyEvent( const KeyEvent& event ) |
| 333 | 333 | KeyInputFocusManager keyInputFocusManager = KeyInputFocusManager::Get(); |
| 334 | 334 | if( keyInputFocusManager.GetCurrentFocusControl() == mContactCard ) |
| 335 | 335 | { |
| 336 | - // Our contact-card is set to receive focus so call OnTap which should trigger the required animation | |
| 336 | + // Our contact-card is set to receive focus and we're unfolded so animate back to the folded state | |
| 337 | 337 | Animate(); |
| 338 | 338 | } |
| 339 | 339 | } | ... | ... |