Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(android) Use decoded path when querying file list in directory via assetManager #542

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Oct 20, 2022

  1. (android) Use decoded path when querying file list in directory via a…

    …ssetManager
    
    The AssetManager.list function does not automatically decode the passed paths that are encoded.
    So if the folder name has special characters (such as @), it can't listing subfolders and files.
    jhlee8804 authored Oct 20, 2022
    Configuration menu
    Copy the full SHA
    2a634dc View commit details
    Browse the repository at this point in the history