Workaround for Bug 1676 - enable touchscreen by commenting out check on light status until Bug 1924 is resolved
--- 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: