uifw/AknGlobalUI/NotifierWrapper/src/AknNotiferAppServerApplication.cpp
branchRCL_3
changeset 56 d48ab3b357f1
parent 55 aecbbf00d063
--- a/uifw/AknGlobalUI/NotifierWrapper/src/AknNotiferAppServerApplication.cpp	Tue Aug 31 15:28:30 2010 +0300
+++ b/uifw/AknGlobalUI/NotifierWrapper/src/AknNotiferAppServerApplication.cpp	Wed Sep 01 12:16:19 2010 +0100
@@ -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>
 
@@ -33,8 +36,7 @@
 #include "AknNotiferAppServerApplicationInterface.h"
 
 #include <AknMediatorFacade.h>
-#include <AknNotifyStd.h>
-#include <SecondaryDisplay/AknSecondaryDisplayDefs.h>
+#include <secondarydisplay/AknSecondaryDisplayDefs.h>
 #include <aknglobalpopupprioritycontroller.h>
 
 //---- Awkward, but declaring base classes otherwise in Akncapserver entry would break app fw.
@@ -349,6 +351,7 @@
         {
     case EApaSystemEventBroughtToForeground:
         { // ignore this event as it causes undesired effects on applications underneath
+        GfxTransEffect::EndFullScreen();
         break;
         }
     default: