mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-04-21 12:08:29 +00:00
private constructor for BTManager cause crash sometimes
This commit is contained in:
parent
01c159e36a
commit
fbcf9d3b39
1 changed files with 1 additions and 1 deletions
|
|
@ -66,7 +66,7 @@ public class BluetoothManager extends BroadcastReceiver {
|
||||||
return instance;
|
return instance;
|
||||||
}
|
}
|
||||||
|
|
||||||
private BluetoothManager() {
|
public BluetoothManager() {
|
||||||
isBluetoothConnected = false;
|
isBluetoothConnected = false;
|
||||||
if (LinphoneService.isReady()) {
|
if (LinphoneService.isReady()) {
|
||||||
mContext = LinphoneService.instance().getApplicationContext();
|
mContext = LinphoneService.instance().getApplicationContext();
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue