equal
deleted
inserted
replaced
730 |
730 |
731 if (!toolbar) { |
731 if (!toolbar) { |
732 return; |
732 return; |
733 } |
733 } |
734 |
734 |
735 toolbar->SetToolbarVisibility(aVisible); |
735 if (iListContainer->IsVisible()) { |
736 |
736 toolbar->SetToolbarVisibility(aVisible); |
|
737 } |
|
738 |
737 RShowInfoArray &fItems = iPodcastModel.ActiveShowList(); |
739 RShowInfoArray &fItems = iPodcastModel.ActiveShowList(); |
738 TInt itemCnt = fItems.Count(); |
740 TInt itemCnt = fItems.Count(); |
739 |
741 |
740 TBool hideDownloadShowCmd = EFalse; |
742 TBool hideDownloadShowCmd = EFalse; |
741 TBool dimDownloadShowCmd = EFalse; |
743 TBool dimDownloadShowCmd = EFalse; |