Workaround for Bug 1676 - enable touchscreen by commenting out check on light status until Bug 1924 is resolved
authorWilliam Roberts <williamr@symbian.org>
Thu, 18 Feb 2010 13:50:37 +0000
changeset 3 ee2aa413e938
parent 0 2f259fa3e83a
child 5 6061fc1ea56b
Workaround for Bug 1676 - enable touchscreen by commenting out check on light status until Bug 1924 is resolved
uifw/AvKon/animdllsrc/AknAnimKeySound.cpp
--- a/uifw/AvKon/animdllsrc/AknAnimKeySound.cpp	Tue Feb 02 01:00:49 2010 +0200
+++ b/uifw/AvKon/animdllsrc/AknAnimKeySound.cpp	Thu Feb 18 13:50:37 2010 +0000
@@ -798,11 +798,15 @@
                 iBlockedPointerDown = EFalse;
                 }
 
+#if 1
+#warning Workaround for Bug 1676 - commented out code to check status of lights
+#else
             if( iLight && iLight->LightStatus( CHWRMLight::EPrimaryDisplay ) == CHWRMLight::ELightOff )
                 {
                 blockEvent = ETrue;
                 iBlockedPointerDown = ETrue;
                 }
+#endif
             }
             break;
         case TRawEvent::EButton1Up: