diff -r 0b192a3a05a4 -r 6a29d5ad0713 bluetoothengine/btnotif/src/BTNObexPinNotifier.cpp --- a/bluetoothengine/btnotif/src/BTNObexPinNotifier.cpp Tue Feb 02 00:20:42 2010 +0200 +++ b/bluetoothengine/btnotif/src/BTNObexPinNotifier.cpp Fri Feb 19 22:59:18 2010 +0200 @@ -84,17 +84,18 @@ { User::Leave(KErrInUse); } - else if ( AutoLockOnL() ) + + iMessage = aMessage; + iReplySlot = aReplySlot; + + if ( AutoLockOnL() ) { // The phone is locked, access denied. // CompleteMessage(KErrCancel); return; } - - iMessage = aMessage; - iReplySlot = aReplySlot; - + ShowNoteCompleteMessageL(); FLOG(_L("[BTNOTIF]\t CBTObexPinNotifier::GetParamsL() completed"));