application/src/PodcastShowsView.cpp
changeset 28 7aa3544d8be3
parent 24 ca50ea154990
child 31 8a5ead064c4f
child 35 66c5303f3610
--- a/application/src/PodcastShowsView.cpp	Sun Feb 28 21:38:03 2010 +0000
+++ b/application/src/PodcastShowsView.cpp	Sun Feb 28 23:00:55 2010 +0000
@@ -605,6 +605,8 @@
 			CPodcastListView::HandleCommandL(aCommand);
 			break;
 		}
+	iListContainer->SetLongTapDetected(EFalse);
+
 	UpdateToolbar();
 	}
 	
@@ -736,7 +738,9 @@
 void CPodcastShowsView::HandleLongTapEventL( const TPoint& aPenEventLocation, const TPoint& /* aPenEventScreenLocation */)
 {
 	DP("CPodcastShowsView::HandleLongTapEventL BEGIN");
-	
+
+	iListContainer->SetLongTapDetected(ETrue);
+
 	const TInt KListboxDefaultHeight = 19; // for some reason it returns 19 for an empty listbox in S^1
 	TInt lbHeight = iListContainer->Listbox()->CalcHeightBasedOnNumOfItems(
 			iListContainer->Listbox()->Model()->NumberOfItems()) - KListboxDefaultHeight;