equal
deleted
inserted
replaced
722 |
722 |
723 note->RunLD(); |
723 note->RunLD(); |
724 } |
724 } |
725 } |
725 } |
726 |
726 |
727 void CPodcastShowsView::UpdateToolbar() |
727 void CPodcastShowsView::UpdateToolbar(TBool aVisible) |
728 { |
728 { |
729 CAknToolbar* toolbar = Toolbar(); |
729 CAknToolbar* toolbar = Toolbar(); |
730 |
730 |
|
731 if (!toolbar) { |
|
732 return; |
|
733 } |
|
734 |
|
735 toolbar->SetToolbarVisibility(aVisible); |
|
736 |
731 RShowInfoArray &fItems = iPodcastModel.ActiveShowList(); |
737 RShowInfoArray &fItems = iPodcastModel.ActiveShowList(); |
732 TInt itemCnt = fItems.Count(); |
738 TInt itemCnt = fItems.Count(); |
733 |
739 |
734 TBool hideDownloadShowCmd = EFalse; |
740 TBool hideDownloadShowCmd = EFalse; |
735 TBool dimDownloadShowCmd = EFalse; |
741 TBool dimDownloadShowCmd = EFalse; |