-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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: multiple file download fix for android #14542
base: main
Are you sure you want to change the base?
Conversation
Hey @danieldietzler can you check this and add the label to this. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed the dart analysis and pr title error
Hey @danieldietzler can you help me with the git action error. This is my first PR and i don't understand why it failed. Thanks |
Some formatting issues your IDE should probably show you when properly configured. Additionally, there seems to be |
ok thanks i'll look into it. |
Multiple Photo Download Fix on Mobile App (Android) - #14516
Issue
When downloading photos on the mobile app (Android), multiple taps on the download button result in duplicate downloads of the same file. This creates unnecessary duplicate files with names like
foto.jpg
,foto (1).jpg
,foto (2).jpg
, etc.Root Cause
Changes Made
Download Service ([download.service.dart]
Download Provider ([download.provider.dart]
Dependencies
crypto: ^3.0.3
package for hash calculationTesting
Related Issues