equal
deleted
inserted
replaced
1031 { |
1031 { |
1032 TVwsViewId activeViewId; |
1032 TVwsViewId activeViewId; |
1033 if ( AppUi()->GetActiveViewId( activeViewId ) == KErrNone ) |
1033 if ( AppUi()->GetActiveViewId( activeViewId ) == KErrNone ) |
1034 { |
1034 { |
1035 if ( activeViewId.iViewUid == KUidBrowserContentViewId ) |
1035 if ( activeViewId.iViewUid == KUidBrowserContentViewId ) |
1036 { |
1036 { |
1037 TBool sizeChangedCba = EFalse; |
|
1038 TBool sizeChangedSP = EFalse; |
|
1039 |
|
1040 if ( iContentFullScreenMode ) |
1037 if ( iContentFullScreenMode ) |
1041 { |
1038 { |
1042 SetContentContainerRect(); |
1039 SetContentContainerRect(); |
1043 if (iPenEnabled) |
1040 if (iPenEnabled) |
1044 { |
1041 { |
1052 } |
1049 } |
1053 if (!ApiProvider().Fetching()) |
1050 if (!ApiProvider().Fetching()) |
1054 { |
1051 { |
1055 if(StatusPane()->IsVisible()) |
1052 if(StatusPane()->IsVisible()) |
1056 { |
1053 { |
1057 sizeChangedSP = ETrue; |
|
1058 StatusPane()->MakeVisible(EFalse); |
1054 StatusPane()->MakeVisible(EFalse); |
1059 } |
1055 } |
1060 } |
1056 } |
1061 else |
1057 else |
1062 { |
1058 { |
1063 if(!StatusPane()->IsVisible()) |
1059 if(!StatusPane()->IsVisible()) |
1064 { |
1060 { |
1065 sizeChangedSP = ETrue; |
|
1066 ShowFsStatusPane(ETrue); |
1061 ShowFsStatusPane(ETrue); |
1067 } |
1062 } |
1068 } |
1063 } |
1069 } |
1064 } |
1070 else |
1065 else |
1071 { |
1066 { |
1072 sizeChangedCba = !Cba()->IsVisible(); |
|
1073 Cba()->MakeVisible( ETrue ); |
1067 Cba()->MakeVisible( ETrue ); |
1074 sizeChangedSP = !StatusPane()->IsVisible(); |
|
1075 StatusPane()->MakeVisible( ETrue ); |
1068 StatusPane()->MakeVisible( ETrue ); |
1076 } |
1069 } |
1077 |
1070 |
1078 ApiProvider().Display().FSPaneOnL( ); |
1071 ApiProvider().Display().FSPaneOnL( ); |
1079 ApiProvider().Display().SetGPRSIndicatorOnL(); |
1072 ApiProvider().Display().SetGPRSIndicatorOnL(); |