For #14772: Crash in Downloads (#16531)

Co-authored-by: Kate Glazko kglazko@mozilla.com
pull/252/head
Arturo Mejia 4 years ago committed by GitHub
parent 086386e8f6
commit 424370a364
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -42,7 +42,7 @@ class DownloadFragment : LibraryPageFragment<DownloadItem>(), UserInteractionHan
it.value.id.toString(),
it.value.fileName,
it.value.filePath,
it.value.contentLength.toString(),
it.value.contentLength?.toString() ?: "0",
it.value.contentType,
it.value.status
)

Loading…
Cancel
Save