equal
deleted
inserted
replaced
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 } |