mirror of
https://github.com/KDE/kdeconnect-android
synced 2025-09-02 15:15:09 +00:00
Not actually an error
This commit is contained in:
@@ -343,7 +343,7 @@ public class SharePlugin extends Plugin {
|
|||||||
size = new File(path).length();
|
size = new File(path).length();
|
||||||
} catch(Exception unused) {
|
} 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 {
|
try {
|
||||||
int column_index = cursor.getColumnIndexOrThrow(MediaStore.MediaColumns.DISPLAY_NAME);
|
int column_index = cursor.getColumnIndexOrThrow(MediaStore.MediaColumns.DISPLAY_NAME);
|
||||||
|
Reference in New Issue
Block a user