2
0
mirror of https://github.com/KDE/kdeconnect-android synced 2025-08-30 13:47:41 +00:00

Rename exception

This commit is contained in:
Nicolas Fella
2018-12-24 17:47:17 +01:00
parent 968fa06a57
commit e54c0a2ffa

View File

@@ -373,7 +373,7 @@ public class SharePlugin extends Plugin implements ReceiveFileRunnable.CallBack
} finally {
try {
cursor.close();
} catch (Exception e) {
} catch (Exception ignored) {
}
}