More crash fixes

This commit is contained in:
Grishka
2022-04-29 03:37:18 +03:00
parent 4e4b5fcfe4
commit 93fbc52f6a
4 changed files with 11 additions and 6 deletions

View File

@@ -182,7 +182,7 @@ public class UiUtils{
String name=cursor.getString(0);
if(name!=null)
return name;
}
}catch(Throwable ignore){}
}
return uri.getLastPathSegment();
}