equal
deleted
inserted
replaced
555 |
555 |
556 #ifdef RD_UI_TRANSITION_EFFECTS_POPUPS |
556 #ifdef RD_UI_TRANSITION_EFFECTS_POPUPS |
557 LOCAL_C TInt WaitForUiEffect(TAny* aArg) |
557 LOCAL_C TInt WaitForUiEffect(TAny* aArg) |
558 { |
558 { |
559 CAknBitmapAnimation* self = (CAknBitmapAnimation*)aArg; |
559 CAknBitmapAnimation* self = (CAknBitmapAnimation*)aArg; |
560 self->StartAnimationL(); |
560 TRAP_IGNORE(self->StartAnimationL()); |
561 return EFalse; |
561 return EFalse; |
562 } |
562 } |
563 #endif |
563 #endif |
564 |
564 |
565 // |
565 // |