fix last commit

This commit is contained in:
Margaux Clerc 2015-06-04 15:17:27 +02:00
parent cfd9280e4a
commit cb76489f63

View file

@ -266,7 +266,7 @@ public class InCallActivity extends FragmentActivity implements OnClickListener
switchCamera.setVisibility(View.INVISIBLE);
}
if(!BluetoothManager.getInstance().isBluetoothHeadsetAvailable()){
if(BluetoothManager.getInstance().isBluetoothHeadsetAvailable()){
BluetoothManager.getInstance().routeAudioToBluetooth();
}