phoneapp/phoneuistates/src/cphoneconferenceandcallsetup.cpp
branchRCL_3
changeset 25 91c2fb4b78df
parent 14 24062c24fe38
child 58 40a3f856b14d
equal deleted inserted replaced
19:544e34b3255a 25:91c2fb4b78df
   378                 }
   378                 }
   379             }
   379             }
   380         }
   380         }
   381     else
   381     else
   382         {       
   382         {       
   383         // Remove  outgoing call 
   383         // Remove  outgoing call
   384         BeginTransEffectLC( ENumberEntryOpen );
       
   385         BeginUiUpdateLC();
   384         BeginUiUpdateLC();
   386         
   385         
   387         iViewCommandHandle->ExecuteCommandL( EPhoneViewRemoveCallHeader, aCallId );
   386         iViewCommandHandle->ExecuteCommandL( EPhoneViewRemoveCallHeader, aCallId );
   388         
   387         
   389         CheckIfRestoreNEContentAfterDtmfDialer();
   388         CheckIfRestoreNEContentAfterDtmfDialer();
   394             SetNumberEntryVisibilityL(ETrue);
   393             SetNumberEntryVisibilityL(ETrue);
   395 	        }
   394 	        }
   396 	        
   395 	        
   397         SetTouchPaneButtons( EPhoneConferenceButtons );
   396         SetTouchPaneButtons( EPhoneConferenceButtons );
   398         EndUiUpdate();
   397         EndUiUpdate();
   399         EndTransEffect(); 
   398         
   400 
       
   401         // Go to conference state
   399         // Go to conference state
   402         UpdateCbaL( EPhoneCallHandlingInCallCBA );
   400         UpdateCbaL( EPhoneCallHandlingInCallCBA );
   403         iStateMachine->ChangeState( EPhoneStateConference );
   401         iStateMachine->ChangeState( EPhoneStateConference );
   404         } 
   402         } 
   405 
   403