phoneapp/phoneuivoipextension/src/cphonestatesinglevoip.cpp
changeset 50 377c906a8701
parent 37 ba76fc04e6c2
child 65 2a5d4ab426d3
equal deleted inserted replaced
46:bc5a64e5bc3c 50:377c906a8701
   176             TInt neLength( numberEntryCountParam.Integer() );
   176             TInt neLength( numberEntryCountParam.Integer() );
   177                  
   177                  
   178             if( IsNumberEntryVisibleL() && neLength )
   178             if( IsNumberEntryVisibleL() && neLength )
   179                 {
   179                 {
   180                 if ( IsOnScreenDialerSupported() &&  
   180                 if ( IsOnScreenDialerSupported() &&  
   181                      ( IsDTMFEditorVisibleL() ||
   181                      IsCustomizedDialerVisibleL()  )
   182                        IsCustomizedDialerVisibleL() ) )
       
   183                     {
   182                     {
   184                     return;
   183                     return;
   185                     }
   184                     }
   186                     
   185                     
   187                 StartCallingL();
   186                 StartCallingL();