mirror of
https://github.com/KDE/kdeconnect-android
synced 2025-08-30 13:47:41 +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() {
|
||||
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.HONEYCOMB_MR2) {
|
||||
return socket.isConnected();
|
||||
} else {
|
||||
return true;
|
||||
}
|
||||
return socket.isConnected();
|
||||
}
|
||||
*/
|
||||
}
|
||||
|
Reference in New Issue
Block a user