mmsharing/mmshui/src/musuireceivecontroller.cpp
branchRCL_3
changeset 30 2d2c7d1515f7
parent 13 a184f3d659e6
child 31 33a5d2bbf6fc
--- a/mmsharing/mmshui/src/musuireceivecontroller.cpp	Mon Jun 21 15:36:50 2010 +0300
+++ b/mmsharing/mmshui/src/musuireceivecontroller.cpp	Thu Jul 15 18:35:08 2010 +0300
@@ -12,7 +12,7 @@
 * Contributors:
 *
 * Description:  Application's UI class.
-*  Version     : %version:  be1sipx1#75.1.13 % << Don't touch! Updated by Synergy at check-out.
+*  Version     : %version:  be1sipx1#75.1.14 % << Don't touch! Updated by Synergy at check-out.
 *
 */
 
@@ -673,7 +673,7 @@
     
     // Enable loud speaker already before answering but disable it immediately
     // if accepting fails for some reason
-    if ( iSession->AudioRoutingCanBeChanged() )
+    if ( iSession->AudioRoutingCanBeChanged() && !iSession->AudioOutputIsBT() )
         {
         iSession->EnableLoudspeakerL( ELoudspeakerEnabled, ETrue );
         }