application/src/PodcastFeedView.cpp
branchsymbian1
changeset 337 3b316e1eb723
parent 336 3d6c1417e8bd
child 349 4538abb763e4
equal deleted inserted replaced
336:3d6c1417e8bd 337:3b316e1eb723
   156 	iItemArrayShort->InsertL(aIndex, iListboxFormatbufferShort);
   156 	iItemArrayShort->InsertL(aIndex, iListboxFormatbufferShort);
   157 
   157 
   158 	//iListContainer->Listbox()->ItemDrawer()->SetPropertiesL(aIndex, itemProps);
   158 	//iListContainer->Listbox()->ItemDrawer()->SetPropertiesL(aIndex, itemProps);
   159 	// If item is visible, redraw it
   159 	// If item is visible, redraw it
   160 	if (iListContainer->Listbox()->TopItemIndex() <= aIndex
   160 	if (iListContainer->Listbox()->TopItemIndex() <= aIndex
   161 			&& iListContainer->Listbox()->BottomItemIndex() > aIndex)
   161 			&& iListContainer->Listbox()->BottomItemIndex() >= aIndex)
   162 		{
   162 		{
   163 		iListContainer->Listbox()->DrawItem(aIndex);
   163 		iListContainer->Listbox()->DrawItem(aIndex);
   164 		}
   164 		}
   165 	}
   165 	}
   166 
   166