You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using the Ketch library to manage downloads in my Android application. While downloads initiate successfully and appear in the notification bar, the associated RecyclerView does not update to reflect these downloads.
Steps to Reproduce:
Fetch URL from Clipboard and Display Confirmation Dialog:
Retrieve a URL from the clipboard and display it in a MaterialDialog for user confirmation.
Configure the RecyclerView with AdapterFile to display the filename and download progress.
Expected Behavior:
The RecyclerView should update in real-time to display active downloads and their progress.
Actual Behavior:
Despite successful download initiation and notification display, the RecyclerView remains empty or fails to update with new downloads.
I am using the Ketch library to manage downloads in my Android application. While downloads initiate successfully and appear in the notification bar, the associated
RecyclerView
does not update to reflect these downloads.Steps to Reproduce:
MaterialDialog
for user confirmation.RecyclerView
withAdapterFile
to display the filename and download progress.Expected Behavior:
The
RecyclerView
should update in real-time to display active downloads and their progress.Actual Behavior:
Despite successful download initiation and notification display, the
RecyclerView
remains empty or fails to update with new downloads.Relevant Code:
HomeFragment:
AdapterFile:
Questions/Requests:
RecyclerView
does not update despite active downloads?Dispatchers.IO
during download observation or threading issues?Any guidance or suggestions to resolve this issue would be greatly appreciated.
The text was updated successfully, but these errors were encountered: