Binary file application/sis/podcatcher_udeb.sis has changed
Binary file application/sis/podcatcher_udeb_signed.sis has changed
Binary file application/sis/podcatcher_urel.sis has changed
Binary file application/sis/podcatcher_urel_signed.sis has changed
--- 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)