openedx / openedx-app-android

The mobile app for Android for the Open EdX Platform.
Apache License 2.0
17 stars 23 forks source link

[Android] Consolidate Download Progress Screens #338

Closed HamzaIsrar12 closed 2 months ago

HamzaIsrar12 commented 3 months ago

Issue: Consolidate Download Progress Screens

Description:

We have transitioned from subsection-level downloading to section-level downloading. While the download functionality works fine, we currently display multiple progress screens for each subsection download. This needs to be fixed.

Expected Behavior:

Instead of showing multiple screens, a single screen should display all the downloads, similar to the behavior when clicking on the bulk download row (not the switch).

Steps to Reproduce:

  1. Initiate a section-level download.
  2. Observe that multiple screens are shown for each subsection's download progress.

Download Issue.webm

Desired Fix: