uifw/AvKon/animdllsrc/AknAnimKeySound.cpp
changeset 3 ee2aa413e938
parent 0 2f259fa3e83a
equal deleted inserted replaced
0:2f259fa3e83a 3:ee2aa413e938
   796             if( iBlockedPointerDown )
   796             if( iBlockedPointerDown )
   797                 {
   797                 {
   798                 iBlockedPointerDown = EFalse;
   798                 iBlockedPointerDown = EFalse;
   799                 }
   799                 }
   800 
   800 
       
   801 #if 1
       
   802 #warning Workaround for Bug 1676 - commented out code to check status of lights
       
   803 #else
   801             if( iLight && iLight->LightStatus( CHWRMLight::EPrimaryDisplay ) == CHWRMLight::ELightOff )
   804             if( iLight && iLight->LightStatus( CHWRMLight::EPrimaryDisplay ) == CHWRMLight::ELightOff )
   802                 {
   805                 {
   803                 blockEvent = ETrue;
   806                 blockEvent = ETrue;
   804                 iBlockedPointerDown = ETrue;
   807                 iBlockedPointerDown = ETrue;
   805                 }
   808                 }
       
   809 #endif
   806             }
   810             }
   807             break;
   811             break;
   808         case TRawEvent::EButton1Up:
   812         case TRawEvent::EButton1Up:
   809         case TRawEvent::EPointerMove:
   813         case TRawEvent::EPointerMove:
   810             {
   814             {