(ContactCards) Fix comment
authorAdeel Kazmi <adeel.kazmi@samsung.com>
Thu, 18 Oct 2018 11:07:18 +0000 (12:07 +0100)
committerAdeel Kazmi <adeel.kazmi@samsung.com>
Thu, 18 Oct 2018 11:07:18 +0000 (12:07 +0100)
Change-Id: I70f95bf5e3891fc4cfc485e6d5d995b07241e517

examples/contact-cards/contact-card.cpp

index 60d3d0a..d9f55e0 100644 (file)
@@ -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();
       }
     }