Skip to content
This repository was archived by the owner on Jul 31, 2022. It is now read-only.
This repository was archived by the owner on Jul 31, 2022. It is now read-only.

Folder that exists causes file handler to return null file. #117

Description

@Katsute

This issue seems to be caused by line 173, but it is unclear if a change would break anything.

if(entry == null){ // add new entry if not already added and file exists
final File file = getFile(path);
return file != null && !file.exists()
? files.put(context, new FileEntry(file, adapter, loadingOption))
: null;

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

bugSomething isn't working as expected

Type

No type

Projects

No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions