mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-04-30 07:56:22 +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);
|
switchCamera.setVisibility(View.INVISIBLE);
|
||||||
}
|
}
|
||||||
|
|
||||||
if(!BluetoothManager.getInstance().isBluetoothHeadsetAvailable()){
|
if(BluetoothManager.getInstance().isBluetoothHeadsetAvailable()){
|
||||||
BluetoothManager.getInstance().routeAudioToBluetooth();
|
BluetoothManager.getInstance().routeAudioToBluetooth();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue