securitydialogs/Autolock/src/AutoLockModel.cpp
branchRCL_3
changeset 13 53af9c3d61e4
parent 11 9971b621ef6c
equal deleted inserted replaced
11:9971b621ef6c 13:53af9c3d61e4
   392     #else //! RD_REMOTELOCK
   392     #else //! RD_REMOTELOCK
   393     SetLockedL(aAutolockState);
   393     SetLockedL(aAutolockState);
   394     #endif//RD_REMOTELOCK
   394     #endif//RD_REMOTELOCK
   395     // lock keys
   395     // lock keys
   396     iAppUi->LockKeysL();
   396     iAppUi->LockKeysL();
       
   397     // iAppUi->EnableWGListChangeEventListening();	// this was in previous versions. It's not needed because it will come on top of bigClock
   397     // app to foreground
   398     // app to foreground
   398     iAppUi->BringAppToForegroundL();
   399     iAppUi->BringAppToForegroundL();
   399          // Reset inactivity time so that Screensaver gets to
   400          // Reset inactivity time so that Screensaver gets to
   400         // run again after its timeout. We'll ignore the new
   401         // run again after its timeout. We'll ignore the new
   401         // inactivity timeout, if already locked
   402         // inactivity timeout, if already locked