equal
deleted
inserted
replaced
278 { |
278 { |
279 // Handle RED End Key (EKeyNo) |
279 // Handle RED End Key (EKeyNo) |
280 if (aKeyEvent.iCode == EKeyNo) |
280 if (aKeyEvent.iCode == EKeyNo) |
281 { |
281 { |
282 // Close the current active widget |
282 // Close the current active widget |
283 iWindowManager.CloseWindowsAsync(EFalse); |
283 //iWindowManager.CloseWindowsAsync(EFalse); |
284 return EKeyWasConsumed; |
284 return EKeyWasConsumed; |
285 } |
285 } |
286 |
286 |
287 TKeyResponse resp(EKeyWasNotConsumed); |
287 TKeyResponse resp(EKeyWasNotConsumed); |
288 TBool editing(EFalse); |
288 TBool editing(EFalse); |