mmsharing/mmshui/src/musuilivesharingview.cpp
branchRCL_3
changeset 19 95754dcd27ad
parent 18 0da2e08216b6
child 21 ce86b6d44a6d
equal deleted inserted replaced
18:0da2e08216b6 19: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 			{