videoplayback/videoplaybackviews/src/mpxvideoplaybackview.cpp
branchRCL_3
changeset 9 5294c000a26d
parent 0 96612d01cf9f
child 12 7f2b2a65da29
equal deleted inserted replaced
8:ce5ada96ab30 9:5294c000a26d
    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: 17 %
    18 
       
    19 // Version : %version: 18 %
    19 
    20 
    20 
    21 
    21 //  Include Files
    22 //  Include Files
    22 #include <aknViewAppUi.h>
    23 #include <aknViewAppUi.h>
    23 #include <mpxplaybackutility.h>
    24 #include <mpxplaybackutility.h>
   225     }
   226     }
   226     else if ( iPlaylistView )
   227     else if ( iPlaylistView )
   227     {
   228     {
   228         //
   229         //
   229         //  New item from the playlist clean up the view
   230         //  New item from the playlist clean up the view
   230         //  Remove the Display Window
       
   231         //
   231         //
   232         if ( iDisplayHandler )
   232         RemoveBackgroundSurfaceL();
   233         {
       
   234             iDisplayHandler->RemoveDisplayWindow();
       
   235         }
       
   236     }
   233     }
   237 }
   234 }
   238 
   235 
   239 
   236 
   240 // EOF
   237 // EOF