branch | RCL_3 |
changeset 48 | 5c11946e75b3 |
parent 46 | 5dedbccec665 |
child 55 | 08ffbd51e3fd |
46:5dedbccec665 | 48:5c11946e75b3 |
---|---|
403 iPauseState = ETrue; |
403 iPauseState = ETrue; |
404 iBavpController->PauseL(); |
404 iBavpController->PauseL(); |
405 } |
405 } |
406 } |
406 } |
407 } |
407 } |
408 else if(iBavpController && iPauseState && (iBavpController->State() == EBavpPaused) && (iIsForeGround)) |
|
409 { |
|
410 iPauseState = EFalse; |
|
411 iBavpController->PlayL(); |
|
412 } |
|
408 break; |
413 break; |
409 default: |
414 default: |
410 // Not implemented |
415 // Not implemented |
411 break; |
416 break; |
412 |
417 |