videofeeds/hgvodui/src/vcxhgvodmainview.cpp
changeset 2 dec420019252
parent 1 6711b85517b7
equal deleted inserted replaced
1:6711b85517b7 2:dec420019252
    12 * Contributors:
    12 * Contributors:
    13 *
    13 *
    14 * Description:   HG VOD Main view implementation*
    14 * Description:   HG VOD Main view implementation*
    15 */
    15 */
    16 
    16 
    17 // Version : %version: REL6_39 %
    17 // Version : %version: REL6_40 %
    18 
    18 
    19 #include <aknview.h>
    19 #include <aknview.h>
    20 #include <aknViewAppUi.h>
    20 #include <aknViewAppUi.h>
    21 #include <akntitle.h>
    21 #include <akntitle.h>
    22 #include <aknnavi.h>
    22 #include <aknnavi.h>
   295             // not be any view transitions.
   295             // not be any view transitions.
   296             if ( iModel->VcAppState() == EStatePlayback )
   296             if ( iModel->VcAppState() == EStatePlayback )
   297                 {
   297                 {
   298                 iModel->HandleBack();
   298                 iModel->HandleBack();
   299                 }
   299                 }
       
   300             
       
   301             if ( iServiceList && iModel->VcAppState() == EStateBrowser )
       
   302                 {
       
   303                 iServiceList->CloseEmbeddedBrowser();
       
   304                 }            
   300             
   305             
   301             TBool consumed  = iModel->HandleBack();
   306             TBool consumed  = iModel->HandleBack();
   302 
   307 
   303             ChangeListViewL();
   308             ChangeListViewL();
   304 
   309