logsui/AppSrc/CLogsSubAppListControlContainer.cpp
branchRCL_3
changeset 3 04ab22b956c2
parent 0 e686773b3f54
equal deleted inserted replaced
0:e686773b3f54 3:04ab22b956c2
   103     BaseConstructL();
   103     BaseConstructL();
   104 
   104 
   105     if ( FeatureManager::FeatureSupported( KFeatureIdSimpleLogs ) )
   105     if ( FeatureManager::FeatureSupported( KFeatureIdSimpleLogs ) )
   106         {
   106         {
   107         // use alt. title and do not create navi decorator for simple logs
   107         // use alt. title and do not create navi decorator for simple logs
       
   108         // Refresh navi pane to empty here to cover navi pane of RecentListView.
   108         MakeTitleL( R_LOGS_TITLE_TEXT );
   109         MakeTitleL( R_LOGS_TITLE_TEXT );
       
   110         NavigationTabGroupL( R_AVKON_STATUS_PANE_LAYOUT_EMPTY, 
       
   111                              CLogsNaviDecoratorWrapper::InstanceL() );
   109         }
   112         }
   110     else
   113     else
   111         {
   114         {
   112         MakeTitleL( R_STM_TITLE_TEXT );
   115         MakeTitleL( R_STM_TITLE_TEXT );
   113 
   116