application/src/PodcastFeedView.cpp
branchRCL_3
changeset 323 0bd524909716
parent 320 e3ec8e436951
child 328 75a70f4a4f6d
equal deleted inserted replaced
322:a6fa81d2f884 323:0bd524909716
   157 	iItemArrayShort->InsertL(aIndex, iListboxFormatbufferShort);
   157 	iItemArrayShort->InsertL(aIndex, iListboxFormatbufferShort);
   158 
   158 
   159 	//iListContainer->Listbox()->ItemDrawer()->SetPropertiesL(aIndex, itemProps);
   159 	//iListContainer->Listbox()->ItemDrawer()->SetPropertiesL(aIndex, itemProps);
   160 	// If item is visible, redraw it
   160 	// If item is visible, redraw it
   161 	if (iListContainer->Listbox()->TopItemIndex() <= aIndex
   161 	if (iListContainer->Listbox()->TopItemIndex() <= aIndex
   162 			&& iListContainer->Listbox()->BottomItemIndex() >= aIndex)
   162 			&& iListContainer->Listbox()->BottomItemIndex() > aIndex)
   163 		{
   163 		{
   164 		iListContainer->Listbox()->DrawItem(aIndex);
   164 		iListContainer->Listbox()->DrawItem(aIndex);
   165 		}
   165 		}
       
   166 	}
       
   167 
       
   168 void CPodcastFeedView::UpdateItemsComplete()
       
   169 	{
   166 	}
   170 	}
   167 
   171 
   168 TUid CPodcastFeedView::Id() const
   172 TUid CPodcastFeedView::Id() const
   169 	{
   173 	{
   170 	return KUidPodcastFeedViewID;
   174 	return KUidPodcastFeedViewID;