mirror of
https://github.com/ente-io/ente.git
synced 2025-08-13 01:27:17 +00:00
[mob][photos] Rename method
This commit is contained in:
@@ -172,7 +172,7 @@ class FileUploader {
|
||||
);
|
||||
|
||||
return CollectionsService.instance
|
||||
.addToCollection(collectionID, [uploadedFile]).then((aVoid) {
|
||||
.addOrCopyToCollection(collectionID, [uploadedFile]).then((aVoid) {
|
||||
return uploadedFile;
|
||||
});
|
||||
});
|
||||
|
Reference in New Issue
Block a user