branch | CompilerCompatibility |
changeset 13 | 2411cd0e2ad6 |
parent 9 | 8871b09be73b |
child 14 | 24062c24fe38 |
--- a/phoneapp/phoneuistates/src/cphonetwosingles.cpp Mon Mar 08 21:43:24 2010 +0000 +++ b/phoneapp/phoneuistates/src/cphonetwosingles.cpp Sun Mar 14 13:09:36 2010 +0000 @@ -399,6 +399,12 @@ BeginUiUpdateLC(); + // Hide the number entry if it exists + if ( IsNumberEntryUsedL() ) + { + SetNumberEntryVisibilityL( EFalse ); + } + TPhoneCmdParamBoolean dialerParam; dialerParam.SetBoolean( ETrue );