We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86f3815 commit 5bd5b0eCopy full SHA for 5bd5b0e
src/platform/android/app/src/main/assets/main.bas
@@ -248,7 +248,7 @@ sub loadFileList(path, byref basList)
248
end
249
dirwalk path, "", use walker(x)
250
251
- if (path = "/" && len(basList) == 0 && !is_sdl) then
+ if (path = "/" && !is_sdl) then
252
ext_storage = env("EXTERNAL_DIR")
253
if (len(ext_storage) > 0) then
254
emptyNode.name = mid(ext_storage, 2)
0 commit comments