Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Matthew Finkel
fenix
Commits
424370a3
Unverified
Commit
424370a3
authored
Nov 12, 2020
by
Arturo Mejia
Committed by
GitHub
Nov 12, 2020
Browse files
For #14772: Crash in Downloads (#16531)
Co-authored-by: Kate Glazko kglazko@mozilla.com
parent
086386e8
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/src/main/java/org/mozilla/fenix/library/downloads/DownloadFragment.kt
View file @
424370a3
...
...
@@ -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
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment