Open
Description
When 2 folders with the same exists in the phone, the 2 folders would be viewed as the same one.
because it compares using folder name instead of folder full path.
Modify this method
LocalMediaLoader.java
private LocalMediaFolder getImageFolder(String path, List imageFolders)
change
if (folder.getName().equals(folderFile.getName()))
into
if (folder.getPath().equals(folderFile.getAbsolutePath()))
Metadata
Metadata
Assignees
Labels
No labels