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

@Katsute

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;

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