browserui/browser/BrowserAppSrc/BrowserDisplay.cpp
changeset 5 e45c3f40ea5f
parent 0 84ad3b177aa3
child 11 16a119033e3e
equal deleted inserted replaced
1:57d5b8e231c4 5:e45c3f40ea5f
   218     HBufC* temp = aTitle.AllocL();
   218     HBufC* temp = aTitle.AllocL();
   219     delete iTitle;
   219     delete iTitle;
   220     iTitle = temp;
   220     iTitle = temp;
   221     CAknIndicatorContainer* indicContainerEditing = SelectIndicContainerEditing();
   221     CAknIndicatorContainer* indicContainerEditing = SelectIndicContainerEditing();
   222     // Checking to see if we are in contentview so that title is updated for other views like
   222     // Checking to see if we are in contentview so that title is updated for other views like
   223     // Bookmarks and Settings
   223     // Bookmarks and Settings. In landscape mode title could be updated all the time regardless of progress bar. 
   224     if((indicContainerEditing) && (ApiProvider().LastActiveViewId() == KUidBrowserContentViewId ))
   224     if ( !Layout_Meta_Data::IsLandscapeOrientation() && 
       
   225            (indicContainerEditing) && (ApiProvider().LastActiveViewId() == KUidBrowserContentViewId ))
   225         {
   226         {
   226 		//Under full screen mode, the progress bar is at the bottom and the title should be updated
   227 		//Under full screen mode, the progress bar is at the bottom and the title should be updated
   227 		//all the time.
   228 		//all the time.
   228 		if (indicContainerEditing->IndicatorState( 
   229 		if (indicContainerEditing->IndicatorState( 
   229             TUid::Uid(EAknNaviPaneEditorIndicatorProgressBar) ) != EAknIndicatorStateOn)
   230             TUid::Uid(EAknNaviPaneEditorIndicatorProgressBar) ) != EAknIndicatorStateOn)