1
0
mirror of https://github.com/oliexdev/openScale.git synced 2025-08-17 22:11:35 +02:00

cleaned up.

This commit is contained in:
oliexdev
2024-05-20 11:00:06 +02:00
parent 82b9510e37
commit df841e1a74

View File

@@ -80,10 +80,6 @@ public abstract class BluetoothCommunication {
this.central = new BluetoothCentralManager(context, bluetoothCentralCallback, new Handler(Looper.getMainLooper()));
}
public BluetoothCommunication() {
}
protected boolean needReConnect() {
if (callbackBtHandler == null) {
return true;