diff -r 71493655568a -r f21a29fc4769 application/src/PodcastListView.cpp --- 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)