Skip to content

Commit df841e1

Browse files
committed
cleaned up.
1 parent 82b9510 commit df841e1

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

android_app/app/src/main/java/com/health/openscale/core/bluetooth/BluetoothCommunication.java

-4
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,6 @@ public BluetoothCommunication(Context context)
8080
this.central = new BluetoothCentralManager(context, bluetoothCentralCallback, new Handler(Looper.getMainLooper()));
8181
}
8282

83-
public BluetoothCommunication() {
84-
85-
}
86-
8783
protected boolean needReConnect() {
8884
if (callbackBtHandler == null) {
8985
return true;

0 commit comments

Comments
 (0)