phoneuis/easydialing/src/easydialinglistbox.cpp
branchRCL_3
changeset 34 b68fcd923911
parent 19 544e34b3255a
child 39 b8d67d6176f5
--- a/phoneuis/easydialing/src/easydialinglistbox.cpp	Tue May 11 16:13:03 2010 +0300
+++ b/phoneuis/easydialing/src/easydialinglistbox.cpp	Tue May 25 12:41:50 2010 +0300
@@ -513,6 +513,10 @@
     ReportListBoxEventL( static_cast<MEikListBoxObserver::TListBoxEvent>
             ( KEasyDialingContactLongTapped ) );
     iPointerLongPressHandled = ETrue;
+    
+    TPointerEvent simulatedButtonUpEvent( TPointerEvent::EButton1Up, 0,
+                                          TPoint(), TPoint() );
+    TRAP_IGNORE( CEikFormattedCellListBox::HandlePointerEventL( simulatedButtonUpEvent ) );
     }