-
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
Upload progress updates not working on Post list #9145
Comments
We can try to look into this as part of the post filters project. It sounds like all we need to do is invalidate the post list when the upload status of a post is changed. I thought we were already doing this, but maybe the FluxC event for it is not being triggered or there is another event that we need to observe. Either case, this should be an easy fix 🤞 |
We've replaced the determinate progress bar with indeterminate one during the post filters project. However, the source of this issue was fixed in #9600. |
Hi there @malinajirka 👋
I don't know the details but, just tested this on latest Steps to reproduce (A):
Also (B), once it finishes, the Post disappears from the list, and you have to scroll up to "discover" it again. Video here https://cloudup.com/c9XNSQLrS8m What do you think, should we re-open this one (A) and open a new one for (B) or leave this one closed and open new, separate issues for A and B? Also wondering, why did we get back to an indeterminate progress bar when we used to have the fine grained information to tell the user actual progress? Without further information, the change itself seems like a step back, but I'm sure I'm missing information. Any pointers to discussions / clarifications welcome 🙇 |
This is the same issue as #9146 and we are waiting @SylvesterWilmott's input on it.
@malinajirka Once you reproduce the issue, can you please open a new issue for this in the Android Post List Improvements project?
I believe it was a design change, but @malinajirka would know better. If it wasn't a planned change or we decide to revert the change, let's open a separate issue for this one as well. |
Thanks @mzorz !
This was probably just my misunderstanding between me and Sylvester. I'm planning to discuss it with him during the design review which we are planning to do before we merge the branch into develop. We might end up fixing it before the merge or creating an issue.
I'll take a look at it tomorrow and probably create a new issue. |
Thanks for the quick return @malinajirka ! 🙇 |
Expected behavior
When you start a draft and insert an image, then tap back, the image uploads in the background. If you go to the Posts list, an indicator of upload progress is shown on the post card.
Actual behavior
The upload progress indicator on the Post card in the Posts list is not updated as the upload progresses.
Steps to reproduce the behavior
Tested on [Google Pixel], Android [8.1]
The text was updated successfully, but these errors were encountered: