[fix]
[remove listener]
This commit is contained in:
yangyakun
2024-11-25 11:59:00 +08:00
parent d206a02a17
commit 96635bca0e

View File

@@ -71,7 +71,6 @@ object BleManager : BaseBluetoothManager() {
scanning = true
bluetoothLeScanner?.startScan(leScanCallback)
scanList.clear()
listener?.dataChange(scanList)
}
}catch (e:SecurityException){
e.printStackTrace()