fix last commit
This commit is contained in:
parent
cfd9280e4a
commit
cb76489f63
1 changed files with 1 additions and 1 deletions
|
@ -266,7 +266,7 @@ public class InCallActivity extends FragmentActivity implements OnClickListener
|
||||||
switchCamera.setVisibility(View.INVISIBLE);
|
switchCamera.setVisibility(View.INVISIBLE);
|
||||||
}
|
}
|
||||||
|
|
||||||
if(!BluetoothManager.getInstance().isBluetoothHeadsetAvailable()){
|
if(BluetoothManager.getInstance().isBluetoothHeadsetAvailable()){
|
||||||
BluetoothManager.getInstance().routeAudioToBluetooth();
|
BluetoothManager.getInstance().routeAudioToBluetooth();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue