mirror of
https://github.com/oxen-io/session-android.git
synced 2024-12-25 09:17:44 +00:00
parent
13434d620c
commit
303b98b7c2
@ -54,9 +54,9 @@ public class BluetoothStateManager {
|
|||||||
|
|
||||||
requestHeadsetProxyProfile();
|
requestHeadsetProxyProfile();
|
||||||
|
|
||||||
context.registerReceiver(bluetoothConnectionReceiver, new IntentFilter(BluetoothHeadset.ACTION_CONNECTION_STATE_CHANGED));
|
this.context.registerReceiver(bluetoothConnectionReceiver, new IntentFilter(BluetoothHeadset.ACTION_CONNECTION_STATE_CHANGED));
|
||||||
|
|
||||||
Intent sticky = context.registerReceiver(bluetoothScoReceiver, new IntentFilter(getScoChangeIntent()));
|
Intent sticky = this.context.registerReceiver(bluetoothScoReceiver, new IntentFilter(getScoChangeIntent()));
|
||||||
|
|
||||||
if (sticky != null) {
|
if (sticky != null) {
|
||||||
bluetoothScoReceiver.onReceive(context, sticky);
|
bluetoothScoReceiver.onReceive(context, sticky);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user