equal
deleted
inserted
replaced
101 // Clear the flag of long transition effect |
101 // Clear the flag of long transition effect |
102 SetNextTransitionOutLong( EFalse ); |
102 SetNextTransitionOutLong( EFalse ); |
103 UpdateToolbarL(); |
103 UpdateToolbarL(); |
104 |
104 |
105 // Make sure Alfred display is of correct size (there is some problems with toolbar) |
105 // Make sure Alfred display is of correct size (there is some problems with toolbar) |
106 TRect metricsRect; |
106 iAppUi.AlfEnv().PrimaryDisplay().ForceSetVisibleArea(iAppUi.ClientRect()); |
107 AknLayoutUtils::LayoutMetricsRect(AknLayoutUtils::EMainPane, metricsRect); |
107 |
108 CAlfEnv::Static()->PrimaryDisplay().ForceSetVisibleArea(metricsRect); |
|
109 |
108 |
110 // Finally call child classes activation method |
109 // Finally call child classes activation method |
111 TRAPD( error, ChildDoActivateL(aPrevViewId, aCustomMessageId, aCustomMessage) ); |
110 TRAPD( error, ChildDoActivateL(aPrevViewId, aCustomMessageId, aCustomMessage) ); |
112 if ( !error ) |
111 if ( !error ) |
113 { |
112 { |