private constructor for BTManager cause crash sometimes
This commit is contained in:
parent
c208d3e377
commit
ee6aa7bf69
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ public class BluetoothManager extends BroadcastReceiver {
|
|||
return instance;
|
||||
}
|
||||
|
||||
private BluetoothManager() {
|
||||
public BluetoothManager() {
|
||||
isBluetoothConnected = false;
|
||||
if (LinphoneService.isReady()) {
|
||||
mContext = LinphoneService.instance().getApplicationContext();
|
||||
|
|
Loading…
Reference in a new issue