Skip to content

Commit

Permalink
Included comment changes in FilesAPIs.tsx file
Browse files Browse the repository at this point in the history
  • Loading branch information
BEChiaha committed Aug 5, 2024
1 parent d98d078 commit 8376b4c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ const AddCloudStorageFolder = (): React.ReactElement =>
if (error) {
setResult(JSON.stringify(error));
} else {
//This ensures the output is sorted correctly in the Android Test app, as specified by the JSON test data file.
const hostClientType = (await app.getContext()).app.host.clientType;
if (hostClientType === HostClientType.android) {
const result = { isFolderAdded, folders };
Expand Down

0 comments on commit 8376b4c

Please sign in to comment.