--- a/application/src/PodcastFeedView.cpp Wed Mar 10 23:26:17 2010 +0000
+++ b/application/src/PodcastFeedView.cpp Wed Mar 10 23:33:02 2010 +0000
@@ -182,13 +182,6 @@
iViewingShows = EFalse;
}
- if (iViewingShows)
- {
- // go to shows view
- AppUi()->ActivateLocalViewL(KUidPodcastShowsViewID, TUid::Uid(0), KNullDesC8());
- }
- else
- {
UpdateListboxItemsL();
UpdateToolbar();
@@ -196,7 +189,6 @@
{
iFirstActivateAfterLaunch = EFalse;
}
- }
}
void CPodcastFeedView::DoDeactivate()
@@ -989,3 +981,8 @@
}
DP("CPodcastListView::HandleLongTapEventL END");
}
+
+TBool CPodcastFeedView::ViewingShows()
+ {
+ return iViewingShows;
+ }