[components] Closes https://github.com/mozilla-mobile/android-components/issues/9821...
commit1bc622b5ed515862f309724b6b1ab62fda0d3e3c
authorMugurell <Mugurell@users.noreply.github.com>
Wed, 10 Mar 2021 11:44:10 +0000 (10 13:44 +0200)
committerGitHub <noreply@github.com>
Wed, 10 Mar 2021 11:44:10 +0000 (10 11:44 +0000)
treef6089b6a5aa61e97b930f9ccc2d50e78289c36e0
parent2ec1d90666e3b7ad2b295bf093ab19d6bb776a3b
[components] Closes https://github.com/mozilla-mobile/android-components/issues/9821 - DownloadService will use a default mime type if otherwise empty (https://github.com/mozilla-mobile/android-components/pull/9822)

Speculative fix (cannot reproduce the issue) for crashes where based on the
stacktrace the download's mime type was empty.

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
mobile/android/android-components/components/feature/downloads/src/main/java/mozilla/components/feature/downloads/AbstractFetchDownloadService.kt
mobile/android/android-components/components/feature/downloads/src/test/java/mozilla/components/feature/downloads/AbstractFetchDownloadServiceTest.kt
mobile/android/android-components/components/support/ktx/src/main/java/mozilla/components/support/ktx/kotlin/String.kt
mobile/android/android-components/components/support/ktx/src/test/java/mozilla/components/support/ktx/kotlin/StringTest.kt
mobile/android/android-components/docs/changelog.md