uifw/AvKon/src/AknPopupField.cpp
branchRCL_3
changeset 51 fcdfafb36fe7
parent 50 a1caeb42b3a3
child 55 aecbbf00d063
equal deleted inserted replaced
50:a1caeb42b3a3 51:fcdfafb36fe7
   930         if ( iSelectionList && notEditable
   930         if ( iSelectionList && notEditable
   931                 && iSelectionMode == EAknPopupFieldSelectionListMode
   931                 && iSelectionMode == EAknPopupFieldSelectionListMode
   932                 && iExtension && iExtension->iSingleClickEnabled )
   932                 && iExtension && iExtension->iSingleClickEnabled )
   933             {
   933             {
   934             // Edit mode to view while popup is open -> first cancel popup
   934             // Edit mode to view while popup is open -> first cancel popup
   935             AttemptExitL( EFalse );
   935             TRAP_IGNORE(AttemptExitL( EFalse ));
   936             }
   936             }
   937         else
   937         else
   938             {
   938             {
   939             __ASSERT_DEBUG( iSelectionMode == EAknPopupFieldLabelMode,
   939             __ASSERT_DEBUG( iSelectionMode == EAknPopupFieldLabelMode,
   940                     Panic( EAknPanicPopupFieldWrongMode ) );
   940                     Panic( EAknPanicPopupFieldWrongMode ) );