uifw/AknGlobalUI/NotifierWrapper/src/AknNotiferAppServerApplication.cpp
branchRCL_3
changeset 18 0aa5fbdfbc30
parent 15 08e69e956a8c
child 23 3d340a0166ff
--- a/uifw/AknGlobalUI/NotifierWrapper/src/AknNotiferAppServerApplication.cpp	Wed Apr 14 16:14:00 2010 +0300
+++ b/uifw/AknGlobalUI/NotifierWrapper/src/AknNotiferAppServerApplication.cpp	Tue Apr 27 16:55:05 2010 +0300
@@ -24,6 +24,9 @@
 #include <aknnotewrappers.h>
 #include <AknCapServerDefs.h>
 
+#include <gfxtranseffect/gfxtranseffect.h>
+#include "akntranseffect.h" // for Transition effect enumerations
+
 #include <avkondomainpskeys.h>
 #include <e32property.h>
 
@@ -348,6 +351,7 @@
         {
     case EApaSystemEventBroughtToForeground:
         { // ignore this event as it causes undesired effects on applications underneath
+        GfxTransEffect::EndFullScreen();
         break;
         }
     default: