equal
deleted
inserted
replaced
98 previousView->DoTransition( ETrue ); // fade out prev view |
98 previousView->DoTransition( ETrue ); // fade out prev view |
99 } |
99 } |
100 |
100 |
101 // Clear the flag of long transition effect |
101 // Clear the flag of long transition effect |
102 SetNextTransitionOutLong( EFalse ); |
102 SetNextTransitionOutLong( EFalse ); |
|
103 |
|
104 // Clear status pane indicators |
|
105 CCustomStatuspaneIndicators* indicators = |
|
106 iAppUi.GetStatusPaneIndicatorContainer(); |
|
107 if ( indicators ) |
|
108 { |
|
109 indicators->ClearStatusPaneFlags(); |
|
110 indicators->HideStatusPaneIndicators(); |
|
111 } |
|
112 |
103 UpdateToolbarL(); |
113 UpdateToolbarL(); |
104 |
114 |
105 // Make sure Alfred display is of correct size (there is some problems with toolbar) |
115 // Make sure Alfred display is of correct size (there is some problems with toolbar) |
106 iAppUi.AlfEnv().PrimaryDisplay().ForceSetVisibleArea(iAppUi.ClientRect()); |
116 iAppUi.AlfEnv().PrimaryDisplay().ForceSetVisibleArea(iAppUi.ClientRect()); |
107 |
117 |