mmsharing/mmshui/src/musuiappui.cpp
branchRCL_3
changeset 18 0da2e08216b6
parent 16 71306c87785a
child 21 ce86b6d44a6d
equal deleted inserted replaced
16:71306c87785a 18:0da2e08216b6
   530 
   530 
   531     if ( aResourceChangeType == KEikDynamicLayoutVariantSwitch )
   531     if ( aResourceChangeType == KEikDynamicLayoutVariantSwitch )
   532         {
   532         {
   533         MUS_LOG( "mus: [MUSUI ]  CMusUiAppUi::HandleResourceChangeL:\
   533         MUS_LOG( "mus: [MUSUI ]  CMusUiAppUi::HandleResourceChangeL:\
   534                  aResourceChangeType == KEikDynamicLayoutVariantSwitch" );
   534                  aResourceChangeType == KEikDynamicLayoutVariantSwitch" );
       
   535         
       
   536         iView->Toolbar()->HandleResourceChange( aResourceChangeType );
   535 
   537 
   536         CMusUiGeneralView* activatedView =
   538         CMusUiGeneralView* activatedView =
   537                                 static_cast<CMusUiGeneralView*>( iView );
   539                                 static_cast<CMusUiGeneralView*>( iView );
   538         if ( !IsForeground() )
   540         if ( !IsForeground() )
   539             {
   541             {
   541             return;
   543             return;
   542             }
   544             }
   543         
   545         
   544         if ( activatedView )
   546         if ( activatedView )
   545             {
   547             {
   546             activatedView->RefreshView();
   548             activatedView->RefreshView( ETrue );
   547             }
   549             }
   548         }
   550         }
   549 
   551 
   550     MUS_LOG( "mus: [MUSUI ]  <- CMusUiAppUi::HandleResourceChangeL" );
   552     MUS_LOG( "mus: [MUSUI ]  <- CMusUiAppUi::HandleResourceChangeL" );
   551     }
   553     }