equal
deleted
inserted
replaced
171 |
171 |
172 if (iFeedView->IsVisible()) { |
172 if (iFeedView->IsVisible()) { |
173 array->AppendL(TCoeHelpContext(KUidPodcast,KContextFeedsView)); |
173 array->AppendL(TCoeHelpContext(KUidPodcast,KContextFeedsView)); |
174 } else if (iShowsView->IsVisible()) { |
174 } else if (iShowsView->IsVisible()) { |
175 array->AppendL(TCoeHelpContext(KUidPodcast,KContextShowsView)); |
175 array->AppendL(TCoeHelpContext(KUidPodcast,KContextShowsView)); |
|
176 } else if (iSearchView->IsVisible()) { |
|
177 array->AppendL(TCoeHelpContext(KUidPodcast,KContextSearch)); |
176 } else if (iQueueView->IsVisible()) { |
178 } else if (iQueueView->IsVisible()) { |
177 array->AppendL(TCoeHelpContext(KUidPodcast,KContextDownloadQueue)); |
179 array->AppendL(TCoeHelpContext(KUidPodcast,KContextDownloadQueue)); |
178 } else { |
180 } else { |
179 array->AppendL(TCoeHelpContext(KUidPodcast,KContextSettings)); |
181 array->AppendL(TCoeHelpContext(KUidPodcast,KContextSettings)); |
180 } |
182 } |