Skip to content

Commit

Permalink
LA-1357 fixed downloads failing for recieved shares
Browse files Browse the repository at this point in the history
  • Loading branch information
KhaledNjim authored and hoangdat committed Aug 21, 2024
1 parent d4fb049 commit e919e41
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,8 @@ class ReceivedShareDataSourceImpl extends ReceivedShareDataSource {
savedDir: externalStorageDirPath,
headers: {Constant.authorization: 'Bearer ${token.token}'},
showNotification: true,
openFileFromNotification: true)));
openFileFromNotification: true,
saveInPublicStorage: true)));

return taskIds
.where((taskId) => taskId != null)
Expand Down

0 comments on commit e919e41

Please sign in to comment.