2
0
mirror of https://github.com/KDE/kdeconnect-android synced 2025-09-05 08:35:10 +00:00

Mark ignored Exceptions as such

This commit is contained in:
Nicolas Fella
2019-03-30 17:31:56 +01:00
parent 6e1fe3edbd
commit 3022e3d835
3 changed files with 14 additions and 14 deletions

View File

@@ -144,7 +144,7 @@ public class BluetoothLink extends BaseLink {
continueAccepting = false;
try {
socket.close();
} catch (IOException e) {
} catch (IOException ignored) {
}
linkProvider.disconnectedLink(this, getDeviceId(), socket);
}