Skip to content

Bug Report: Folders list contains 2 folders with the same name  #27

@mmz211

Description

@mmz211

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions