Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 87c766bd authored by vince-bourgmayer's avatar vince-bourgmayer
Browse files

cherry pick 3472701f

parent b1a1b558
Loading
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -156,7 +156,6 @@ public abstract class CommonUtils {
     * @return String, the last part after separator of path or null if invalid path has been provided
     */
    public static String getFileNameFromPath(String path) {
        Log.i(TAG, "getFileNameFromPath("+path+")");
        try{
            String[] splittedString = path.split(FileUtils.PATH_SEPARATOR);
            return splittedString[splittedString.length - 1];