-
Notifications
You must be signed in to change notification settings - Fork 259
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
UI glitches when downloading single package on a long list of updates #608
Comments
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This bug report is not stale. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This bug report is not stale. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This bug report is not stale. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This is not a crash, thus there is no crash report.
Expected behavior
Only show download indicator for a single package.
Actual behavior
Yalp shows the download indication on several packages, about one per screen.
Steps to reproduce
Your setup
Yalp version: 0.45-legacy (from f-droid store)
Android: 9, security patch level 2019-01-01, mostly stock (Nokia).
Device: Nokia 5 (TA-1053)
Additional information
This issue may be related to #523 as I sometimes see signature mismatches when the issue happens. I will report back when running in this combination of issues.
This is a reopened clone of #584 because the "stale" bot ran haywire on it.
I was told by an android developer that this issue happens because the number of UI items is limited and instead of creating a UI item for each package, yalp (wisely) reuses the list elements replacing both strings and icons. It does however seem to fail to remove/set the "is downloading" status.
The text was updated successfully, but these errors were encountered: