videocollection/hgmyvideos/src/vcxhgmyvideosvideomodelhandler.cpp
branchRCL_3
changeset 45 baf439b22ddd
parent 23 8f0df5c82986
child 53 2d690156cf8f
equal deleted inserted replaced
26:67eb01668b0e 45:baf439b22ddd
  1059         firstItemIndex != KErrNotFound ? iScroller.SetFirstIndexOnScreen( firstItemIndex ) :
  1059         firstItemIndex != KErrNotFound ? iScroller.SetFirstIndexOnScreen( firstItemIndex ) :
  1060                                     iScroller.SetFirstIndexOnScreen( 0 );
  1060                                     iScroller.SetFirstIndexOnScreen( 0 );
  1061         }
  1061         }
  1062     else
  1062     else
  1063         {
  1063         {
       
  1064         ResizeScrollerL( videoCount );
  1064         iVideoListImpl.SetEmptyListTextByResourceL( R_VCXHGMYVIDEOS_NO_VIDEOS );
  1065         iVideoListImpl.SetEmptyListTextByResourceL( R_VCXHGMYVIDEOS_NO_VIDEOS );
       
  1066         iScroller.Reset();
  1065         iScroller.DrawDeferred();
  1067         iScroller.DrawDeferred();
  1066         }        
  1068         }        
  1067     iView.DynInitMskL();
  1069     iView.DynInitMskL();
  1068  
  1070  
  1069     IPTVLOGSTRING_LOW_LEVEL( "MPX My Videos UI # NewVideoListL() - Exit" );
  1071     IPTVLOGSTRING_LOW_LEVEL( "MPX My Videos UI # NewVideoListL() - Exit" );