changeset 1 | 838b0a10d15b |
parent 0 | 5f000ab63145 |
child 3 | 8871b09be73b |
--- a/phoneapp/phoneuicontrol/src/cphonecbamanager.cpp Mon Jan 18 20:18:27 2010 +0200 +++ b/phoneapp/phoneuicontrol/src/cphonecbamanager.cpp Tue Jan 26 11:57:27 2010 +0200 @@ -173,8 +173,9 @@ } } - // Check is Audio muted - else if ( iStateMachine.PhoneEngineInfo()->AudioMute() ) + // Check if Audio is muted + else if ( iStateMachine.PhoneEngineInfo()->AudioMute() && + !FeatureManager::FeatureSupported( KFeatureIdTouchCallHandling )) { resourceId = EPhoneCallHandlingInCallUnmuteCBA; }