branch | RCL_3 |
changeset 9 | 8871b09be73b |
parent 0 | 5f000ab63145 |
child 14 | 24062c24fe38 |
--- a/phoneapp/phoneuistates/src/cphoneincoming.cpp Tue Feb 02 00:10:04 2010 +0200 +++ b/phoneapp/phoneuistates/src/cphoneincoming.cpp Fri Feb 19 22:50:26 2010 +0200 @@ -194,6 +194,12 @@ BeginUiUpdateLC(); + // Hide the number entry if it exists + if ( IsNumberEntryUsedL() ) + { + SetNumberEntryVisibilityL( EFalse ); + } + TPhoneCmdParamBoolean dialerParam; dialerParam.SetBoolean( ETrue );