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

[3.x] Fix issue preventing the Android Editor from displaying the project content #64420

Merged
merged 3 commits into from
Aug 15, 2022

Commits on Aug 15, 2022

  1. Configuration menu
    Copy the full SHA
    ef44e63 View commit details
    Browse the repository at this point in the history
  2. Fix issue preventing the Android Editor from displaying the project c…

    …ontent
    
    The issue was causing by a bug within the logic for `FileAccessFilesystemJAndroid#eof_reached()` causing that value to remain false after the eof was reached.
    This in turn caused an infinite loop in the file scanner preventing the project's content from showing up.
    m4gr3d committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    3047954 View commit details
    Browse the repository at this point in the history
  3. Disable threads used to check on plugins to load

    The functionality is unavailable on Android (requires export capability) and unnecessarily consumes resources
    m4gr3d committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    3ac6b6a View commit details
    Browse the repository at this point in the history