equal
deleted
inserted
replaced
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) |