widgets/widgetapp/src/WidgetUiAppUi.cpp
changeset 1 7c90e6132015
parent 0 dd21522fd290
child 10 a359256acfc6
equal deleted inserted replaced
0:dd21522fd290 1:7c90e6132015
   304     const TWsEvent& aEvent, CCoeControl* aDestination )
   304     const TWsEvent& aEvent, CCoeControl* aDestination )
   305     {
   305     {
   306 
   306 
   307     if ( aEvent.Type() == KAknUidValueEndKeyCloseEvent )
   307     if ( aEvent.Type() == KAknUidValueEndKeyCloseEvent )
   308         {
   308         {
   309         // Let the Container::OfferKeyEventL handle the red end key
   309         // Close the current active widget
       
   310         iWindowManager->CloseWindowsAsync(EFalse);
   310         return;
   311         return;
   311         }
   312         }
   312 
   313 
   313     if ( aEvent.Type() == EEventUser )
   314     if ( aEvent.Type() == EEventUser )
   314         {
   315         {