videoplayback/videoplaybackviews/src/mpxvideopdlplaybackview.cpp
branchRCL_3
changeset 8 ce5ada96ab30
parent 0 96612d01cf9f
child 9 5294c000a26d
equal deleted inserted replaced
6:7d91903f795f 8:ce5ada96ab30
    13 *
    13 *
    14 * Description:  Implementation of Video playback view
    14 * Description:  Implementation of Video playback view
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 // Version : %version: 21 %
    18 // Version : %version: 22 %
    19 
    19 
    20 
    20 
    21 //  Include Files
    21 //  Include Files
    22 #include <aknViewAppUi.h>
    22 #include <aknViewAppUi.h>
    23 #include <mpxplaybackutility.h>
    23 #include <mpxplaybackutility.h>
   368 //
   368 //
   369 void CMPXVideoPdlPlaybackView::HandleStoppedStateL()
   369 void CMPXVideoPdlPlaybackView::HandleStoppedStateL()
   370 {
   370 {
   371     MPX_DEBUG(_L("CMPXVideoPdlPlaybackView::HandleStoppedStateL()"));
   371     MPX_DEBUG(_L("CMPXVideoPdlPlaybackView::HandleStoppedStateL()"));
   372 
   372 
   373     if ( iPlaybackState == EPbStateStopped )
   373     if ( iPdlReloading )
       
   374     {
       
   375         iPdlReloading = EFalse;
       
   376     }
       
   377     else
   374     {
   378     {
   375         ClosePlaybackViewL();
   379         ClosePlaybackViewL();
   376     }
   380     }
   377 }
   381 }
   378 
   382