-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Custom picker: Show differently pictures that are currently being uploaded #5618
Custom picker: Show differently pictures that are currently being uploaded #5618
Conversation
I keep getting this crash with this branch: screen-20240316-222824.mp4
|
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.
Would you mind checking what might be causing the crash? Thanks!
Sure |
@nicolas-raoul I Fixed the crash, Please Review |
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.
Thanks for fixing the crash!
I tested like this:
- Launch the upload of a picture
- Immediately go to the custom picker. Uploading overlay unfortunately not shown
- Go back to contributions
- Go to the custom picker again. This time the uploading overlay is visible.
Any idea why the uploading overlay was not visible at step 2?
Thanks!
@nicolas-raoul did that upload Fail while the custom Image Picker was loading ? |
@nicolas-raoul Fixed it to handle all cases, Please Review |
@nicolas-raoul Please Review and Let me know if these changes works as Intended, thanks |
Ah sorry it was my mistake, I can see the white arrows now :-) |
@nicolas-raoul Thanks for spotting the issue, fixed it in the latest commit, please review, thanks |
The arrows disappear when disabling then enabling "Show already actioned pictures". By the way, if not difficult: Ideally pictures that are being uploaded should be hidden when "Show already actioned pictures" is disabled. That would allow the user to focus on pictures that need to be uploaded from now. 🙂 That can be a different GitHub issue. screen-20240322-074002.mp4 |
@nicolas-raoul |
# Conflicts: # app/src/main/java/fr/free/nrw/commons/customselector/ui/selector/ImageFragment.kt
@nicolas-raoul I have completed following in above commits:
Please Review and Merge, Thanks |
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.
It is working great now, thanks a lot!
Description (required)
Fixes #5277
What changes did you make and why?
Tests performed (required)
Tested {build variant, e.g. ProdDebug} on {name of device or emulator} with API level {API level}.