Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Draft: fix: resolve showing progress percentage while downloading apps

Description

AppsFragment observes DownloadProgressLD LiveData to get progress update when an app gets downloaded.

For apps with Status.INSTALLATION_ISSUE in the database, they were interfering with the update logic of the LiveData and hence the UI was not getting the updates from it.

This commit fixes the issue by filtering the faulty apps beforehand.

Screenshots

Technical details

Tests

Issues

https://gitlab.e.foundation/e/os/backlog/-/issues/3800

10 commandments of code review

👪 ❤️ code review guidelines

Edited by Fahim M. Choudhury

Merge request reports

Loading