修复蓝牙连接锁未释放的问题
This commit is contained in:
@ -14,7 +14,7 @@ import {
|
||||
|
||||
class BleReceive {
|
||||
constructor(_ref) {
|
||||
if(_ref){
|
||||
if(_ref && !this.ref){
|
||||
this.ref = _ref;
|
||||
}
|
||||
this.StorageKey = "linkedDevices";
|
||||
|
||||
Reference in New Issue
Block a user