equal
deleted
inserted
replaced
262 FUNC_LOG; |
262 FUNC_LOG; |
263 TBool isUsed( EFalse ); |
263 TBool isUsed( EFalse ); |
264 if( aCommand == EESMRCmdOpenPriorityQuery || |
264 if( aCommand == EESMRCmdOpenPriorityQuery || |
265 aCommand == EAknCmdOpen ) |
265 aCommand == EAknCmdOpen ) |
266 { |
266 { |
|
267 HandleTactileFeedbackL(); |
|
268 |
267 ExecutePriorityQueryL(); |
269 ExecutePriorityQueryL(); |
268 isUsed = ETrue; |
270 isUsed = ETrue; |
269 |
|
270 HandleTactileFeedbackL(); |
|
271 } |
271 } |
272 return isUsed; |
272 return isUsed; |
273 } |
273 } |
274 |
274 |
275 // --------------------------------------------------------------------------- |
275 // --------------------------------------------------------------------------- |