--- a/application/src/PodcastListView.cpp Mon Jul 05 12:32:22 2010 +0100
+++ b/application/src/PodcastListView.cpp Tue Jul 06 10:34:42 2010 +0100
@@ -99,14 +99,16 @@
void CPodcastListContainer::SetLongTapDetectedL(TBool aLongTapDetected)
{
+ DP("CPodcastListContainer::SetLongTapDetectedL BEGIN");
iLongTapDetected = aLongTapDetected;
if (aLongTapDetected == EFalse)
{
TPointerEvent event;
event.iType = TPointerEvent::EButton1Up;
- CCoeControl::HandlePointerEventL(event);
+ //CCoeControl::HandlePointerEventL(event);
}
+ DP("CPodcastListContainer::SetLongTapDetectedL END");
}
void CPodcastListContainer::HandleResourceChange(TInt aType)