2
0
mirror of https://github.com/KDE/kdeconnect-android synced 2025-08-31 06:05:12 +00:00

Not actually an error

This commit is contained in:
Albert Vaca
2016-11-30 16:52:51 +01:00
parent 9d6476a27e
commit f9bdfb9fbd

View File

@@ -343,7 +343,7 @@ public class SharePlugin extends Plugin {
size = new File(path).length();
} catch(Exception unused) {
Log.e("SendFileActivity", "Could not resolve media to a file, trying to get info as media");
Log.w("SendFileActivity", "Could not resolve media to a file, trying to get info as media");
try {
int column_index = cursor.getColumnIndexOrThrow(MediaStore.MediaColumns.DISPLAY_NAME);