equal
deleted
inserted
replaced
447 TRAP_IGNORE( AknLayoutUtils::OverrideControlColorL( *iText, EColorLabelText, |
447 TRAP_IGNORE( AknLayoutUtils::OverrideControlColorL( *iText, EColorLabelText, |
448 textColor ) ); |
448 textColor ) ); |
449 } |
449 } |
450 else if( aType == KEikMessageFadeAllWindows ) |
450 else if( aType == KEikMessageFadeAllWindows ) |
451 { |
451 { |
452 if ( IsVisible() && iHideWhenAppFaded ) |
452 // Infopopu will be canceled when be faded no matter visible or not. |
|
453 if ( iHideWhenAppFaded ) |
453 { |
454 { |
454 iController.HideInfoPopupNote(); |
455 iController.HideInfoPopupNote(); |
455 } |
456 } |
456 } |
457 } |
457 } |
458 } |