mpxplugins/viewplugins/views/commonplaybackview/src/mpxcommonplaybackviewimp.cpp
changeset 4 beaa16f65879
parent 2 b70d77332e66
child 5 2a40e88564c8
equal deleted inserted replaced
3:3f752ecfeea4 4:beaa16f65879
  2718                 iContainer->DrawNow();
  2718                 iContainer->DrawNow();
  2719                 }
  2719                 }
  2720             }
  2720             }
  2721 
  2721 
  2722     // to stop seek when music player goes to background.
  2722     // to stop seek when music player goes to background.
  2723     if ( !aForeground && iIsffButtonPressed )
  2723     if ( iContainer && !aForeground && iIsffButtonPressed )
  2724         {
  2724         {
  2725         iIsffButtonPressed = EFalse;
  2725         iIsffButtonPressed = EFalse;
  2726         iContainer->RestoreButtons( iPlaybackState );
  2726         iContainer->RestoreButtons( iPlaybackState );
  2727         iPlaybackUtility->CommandL( EPbCmdStopSeeking );
  2727         iPlaybackUtility->CommandL( EPbCmdStopSeeking );
  2728         }
  2728         }