mirror of
https://github.com/KDE/kdeconnect-android
synced 2025-09-01 14:45:08 +00:00
Remove commented if
This commit is contained in:
committed by
Albert Vaca Cintora
parent
e103d8cd47
commit
26c1c2ac67
@@ -193,11 +193,7 @@ public class BluetoothLink extends BaseLink {
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
public boolean isConnected() {
|
public boolean isConnected() {
|
||||||
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.HONEYCOMB_MR2) {
|
return socket.isConnected();
|
||||||
return socket.isConnected();
|
|
||||||
} else {
|
|
||||||
return true;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
*/
|
*/
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user