--- 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;