messagingappbase/mce/src/MceOneRowMessageListArrayLoader.cpp
branchRCL_3
changeset 19 7e4e4bcc75b6
parent 16 e00582ce7ecd
equal deleted inserted replaced
18:fbb813aef148 19:7e4e4bcc75b6
  1878             TInt parentIndex = ItemIndexTreeId( parentTreeItemId );
  1878             TInt parentIndex = ItemIndexTreeId( parentTreeItemId );
  1879             if ( parentIndex >= 0 )
  1879             if ( parentIndex >= 0 )
  1880                 {
  1880                 {
  1881                 TInt i = parentIndex+1;
  1881                 TInt i = parentIndex+1;
  1882                 TInt count = iHCListItemArray.Count();
  1882                 TInt count = iHCListItemArray.Count();
  1883                 while ( i < count && iHCListItemArray[i].iItemType == EHListItemEntry )
  1883                 if( i < count && iHCListItemArray[i].iItemType == EHListItemEntry )
  1884                     {
  1884                     {
  1885                     i++;
  1885                     i++;
  1886                     }
  1886                     }
  1887                 if ( i-parentIndex == 1 )
  1887                 if ( i-parentIndex == 1 )
  1888                     {
  1888                     {