We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 68840fc + 697ee45 commit c093d8fCopy full SHA for c093d8f
android/src/main/java/com/ReactNativeBlobUtil/ReactNativeBlobUtilReq.java
@@ -185,6 +185,7 @@ public boolean handleMessage(Message msg) {
185
DownloadManager downloadManager = (DownloadManager) appCtx.getSystemService(Context.DOWNLOAD_SERVICE);
186
187
DownloadManager.Query query = new DownloadManager.Query();
188
+ query.setFilterById(downloadManagerId);
189
190
Cursor cursor = downloadManager.query(query);
191
0 commit comments