mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 19:38:08 +00:00
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);
|
||||
}
|
||||
|
||||
if(!BluetoothManager.getInstance().isBluetoothHeadsetAvailable()){
|
||||
if(BluetoothManager.getInstance().isBluetoothHeadsetAvailable()){
|
||||
BluetoothManager.getInstance().routeAudioToBluetooth();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue