application/src/PodcastListView.cpp
changeset 27 f21a29fc4769
parent 26 71493655568a
child 33 64ed1227e68d
child 35 66c5303f3610
--- a/application/src/PodcastListView.cpp	Sun Feb 28 21:19:40 2010 +0000
+++ b/application/src/PodcastListView.cpp	Sun Feb 28 21:38:03 2010 +0000
@@ -103,6 +103,13 @@
 void CPodcastListContainer::SetLongTapDetected(TBool aLongTapDetected)
 	{
 	iLongTapDetected = aLongTapDetected;
+	
+	if (aLongTapDetected == EFalse)
+		{
+		TPointerEvent event;
+		event.iType = TPointerEvent::EButton1Up;
+		CCoeControl::HandlePointerEventL(event);
+		}
 	}
 
 void CPodcastListContainer::HandleResourceChange(TInt aType)