mmsharing/mmshui/src/musuilivesharingview.cpp
branchRCL_3
changeset 15 95754dcd27ad
parent 14 0da2e08216b6
child 16 ce86b6d44a6d
equal deleted inserted replaced
14:0da2e08216b6 15:95754dcd27ad
   575 void CMusUiLiveSharingView::RefreshView( TBool aLayoutChange )
   575 void CMusUiLiveSharingView::RefreshView( TBool aLayoutChange )
   576     {
   576     {
   577     MUS_LOG( "mus: [MUSUI ]  -> CMusUiLiveSharingView::RefreshView" );
   577     MUS_LOG( "mus: [MUSUI ]  -> CMusUiLiveSharingView::RefreshView" );
   578     if ( iController )
   578     if ( iController )
   579         {
   579         {
   580 		if ( aLayoutChange ) 
   580 		if ( aLayoutChange && iController->IsSessionEstablished() ) 
   581 			{
   581 			{
   582 			iController->AsyncRefreshView();
   582 			iController->AsyncRefreshView();
   583 			}
   583 			}
   584 		else
   584 		else
   585 			{
   585 			{