mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 11:28:06 +00:00
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…
Add table
Reference in a new issue