phoneapp/phoneuivoipextension/src/cphonestatesinglevoip.cpp
changeset 65 2a5d4ab426d3
parent 50 377c906a8701
child 74 d1c62c765e48
equal deleted inserted replaced
60:1eef62f5c541 65:2a5d4ab426d3
   175             &numberEntryCountParam );
   175             &numberEntryCountParam );
   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 ( IsCustomizedDialerVisibleL()  )
   181                      IsCustomizedDialerVisibleL()  )
       
   182                     {
   181                     {
   183                     return;
   182                     return;
   184                     }
   183                     }
   185                     
   184                     
   186                 StartCallingL();
   185                 StartCallingL();