Skip to content

Commit 5bd5b0e

Browse files
committed
ANDROID: remove hardcoded references to /sdcard path
1 parent 86f3815 commit 5bd5b0e

File tree

1 file changed

+1
-1
lines changed
  • src/platform/android/app/src/main/assets

1 file changed

+1
-1
lines changed

src/platform/android/app/src/main/assets/main.bas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ sub loadFileList(path, byref basList)
248248
end
249249
dirwalk path, "", use walker(x)
250250

251-
if (path = "/" && len(basList) == 0 && !is_sdl) then
251+
if (path = "/" && !is_sdl) then
252252
ext_storage = env("EXTERNAL_DIR")
253253
if (len(ext_storage) > 0) then
254254
emptyNode.name = mid(ext_storage, 2)

0 commit comments

Comments
 (0)