diff --git a/src/org/thoughtcrime/securesms/webrtc/audio/BluetoothStateManager.java b/src/org/thoughtcrime/securesms/webrtc/audio/BluetoothStateManager.java index 704a9e9da9..7a44e8c32e 100644 --- a/src/org/thoughtcrime/securesms/webrtc/audio/BluetoothStateManager.java +++ b/src/org/thoughtcrime/securesms/webrtc/audio/BluetoothStateManager.java @@ -49,6 +49,9 @@ public class BluetoothStateManager { this.bluetoothConnectionReceiver = new BluetoothConnectionReceiver(); this.listener = listener; + if (this.bluetoothAdapter == null) + return; + requestHeadsetProxyProfile(); if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.HONEYCOMB) {