-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: Handle copy of folders containing live photos #49293
base: artonge/chore/update_nc_cypress_beta.11
Are you sure you want to change the base?
fix: Handle copy of folders containing live photos #49293
Conversation
getDirectoryListing may return a listing like
Loop:
It would be nice to skip the copy process for a.mov and a.jpg for the second execution if that's possible without making the whole logic much more complex. |
ef1dad6
to
48eee31
Compare
Signed-off-by: Louis Chemineau <[email protected]>
We need to recursively look for live photos in the folder, and then handle them as usual. Signed-off-by: Louis Chemineau <[email protected]>
Signed-off-by: Louis Chemineau <[email protected]>
48eee31
to
edf6450
Compare
5de0228
to
c74b1ba
Compare
…a mov file with the same name Signed-off-by: Louis Chemineau <[email protected]>
c74b1ba
to
892349f
Compare
Regression: It's no longer possible to copy a folder in the current folder. ("Testfiles" is an external local storage) master: Screencast.From.2024-11-21.19-25-26.webmthis pr: Screencast.From.2024-11-21.19-26-00.webm |
Regression: Copying a folder with live photos is not possible. (Tested on the same external storage and from external storage to primary 3). master: Screencast.From.2024-11-21.19-38-17.webmthis pr: Screencast.From.2024-11-21.19-37-50.webm |
Test cases:
|
We need to recursively look for live photos in the folder, and then handle them as usual.
Fix #49289
Fix #49307