phoneapp/phoneuistates/src/cphonesingleandwaiting.cpp
branchRCL_3
changeset 19 544e34b3255a
parent 17 38529f706030
child 25 91c2fb4b78df
equal deleted inserted replaced
17:38529f706030 19:544e34b3255a
   620     else if ( iOnScreenDialer && IsCustomizedDialerVisibleL() )
   620     else if ( iOnScreenDialer && IsCustomizedDialerVisibleL() )
   621         {
   621         {
   622         CloseCustomizedDialerL();
   622         CloseCustomizedDialerL();
   623         }
   623         }
   624      
   624      
   625     if ( IsNumberEntryUsedL() )
   625     if ( IsNumberEntryUsedL() && NeedToReturnToForegroundAppL() )
   626         {
   626         {
   627         if ( NeedToReturnToForegroundAppL() )
   627         iViewCommandHandle->ExecuteCommandL( EPhoneViewSetControlAndVisibility );
   628             {
   628 
   629             iViewCommandHandle->ExecuteCommandL( EPhoneViewSetControlAndVisibility );
   629         UpdateCbaL( EPhoneCallHandlingInCallCBA );
   630 
       
   631             UpdateCbaL( EPhoneCallHandlingInCallCBA );
       
   632             }
       
   633         }
   630         }
   634     else
   631     else
   635         {
   632         {
   636         // Set Two singles softkeys
   633         // Set Two singles softkeys
   637         UpdateCbaL( EPhoneCallHandlingNewCallSwapCBA );
   634         UpdateCbaL( EPhoneCallHandlingNewCallSwapCBA );