Skip to content

Commit

Permalink
LA-1201 Enabled saveInPublicStorage for donwloads in sharedSpace
Browse files Browse the repository at this point in the history
  • Loading branch information
KhaledNjim authored and hoangdat committed Apr 17, 2024
1 parent 0b92ea4 commit 95fb2e7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ class SharedSpaceDocumentDataSourceImpl implements SharedSpaceDocumentDataSource
savedDir: externalStorageDirPath,
headers: {Constant.authorization: 'Bearer ${token.token}'},
showNotification: true,
saveInPublicStorage: true,
openFileFromNotification: true)));

return taskIds
Expand Down

0 comments on commit 95fb2e7

Please sign in to comment.