branch | RCL_3 |
changeset 51 | fcdfafb36fe7 |
parent 0 | 2f259fa3e83a |
child 55 | aecbbf00d063 |
--- a/uifw/AvKon/src/AknBitmapAnimation.cpp Thu Jul 15 18:56:19 2010 +0300 +++ b/uifw/AvKon/src/AknBitmapAnimation.cpp Thu Aug 19 10:11:06 2010 +0300 @@ -557,7 +557,7 @@ LOCAL_C TInt WaitForUiEffect(TAny* aArg) { CAknBitmapAnimation* self = (CAknBitmapAnimation*)aArg; - self->StartAnimationL(); + TRAP_IGNORE(self->StartAnimationL()); return EFalse; } #endif