src/screensaverappui.cpp
branchRCL_3
changeset 11 4784a3bc2236
parent 8 25957ccd51ab
child 14 d8eca2b0590d
equal deleted inserted replaced
10:1c806ee746e7 11:4784a3bc2236
   136 
   136 
   137     if ( !iView )
   137     if ( !iView )
   138         {
   138         {
   139         return EKeyWasConsumed;
   139         return EKeyWasConsumed;
   140         }
   140         }
       
   141     iModel->NotifyKeyEventReceived();
   141 
   142 
   142     if ( aType == EEventKey && aKeyEvent.iCode == EKeyNo )
   143     if ( aType == EEventKey && aKeyEvent.iCode == EKeyNo )
   143         {
   144         {
   144         stop = ETrue;
   145         stop = ETrue;
   145         }
   146         }