Skip to content

Commit

Permalink
Merge pull request #353 from lmagyar/pr-fix-rosaf
Browse files Browse the repository at this point in the history
Fix ROSAF
  • Loading branch information
wolpi authored Jun 8, 2024
2 parents 665db04 + 470c757 commit 6a3893c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion primitiveFTPd/src/org/primftpd/filesystem/RoSafFile.java
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ public List<T> listFiles() {
logger.trace(" building children uri for doc: {}, parent: {}", documentId, parentId);
Uri childrenUri = DocumentsContract.buildChildDocumentsUriUsingTree(
startUrl,
documentId);
parentId);
Cursor childCursor = contentResolver.query(
childrenUri,
SAF_QUERY_COLUMNS,
Expand Down

0 comments on commit 6a3893c

Please sign in to comment.