mirror of
https://github.com/xpipe-io/xpipe.git
synced 2026-08-22 01:06:34 +00:00
Various small fixes
This commit is contained in:
@@ -34,6 +34,10 @@ public class FileNames {
|
||||
}
|
||||
|
||||
public static String getFileName(String file) {
|
||||
if (file == null) {
|
||||
return null;
|
||||
}
|
||||
|
||||
if (file.isEmpty()) {
|
||||
return "";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user