2
0
mirror of https://github.com/KDE/kdeconnect-android synced 2025-08-30 05:37:43 +00:00

Remove commented if

This commit is contained in:
Albert Vaca Cintora 2023-03-07 18:01:08 +01:00 committed by Albert Vaca Cintora
parent e103d8cd47
commit 26c1c2ac67

View File

@ -193,11 +193,7 @@ public class BluetoothLink extends BaseLink {
/*
public boolean isConnected() {
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.HONEYCOMB_MR2) {
return socket.isConnected();
} else {
return true;
}
return socket.isConnected();
}
*/
}