3
3
Fork 1
mirror of https://github.com/recloudstream/cloudstream.git synced 2024-08-15 01:53:11 +00:00

Set to null instead of empty string

This commit is contained in:
Luna712 2024-07-31 12:26:14 -06:00 committed by GitHub
parent b120dae740
commit 562c69b316
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -229,7 +229,7 @@ class DownloadAdapter(
formattedSize
)
} catch (e: Exception) {
downloadHeaderInfo.text = ""
downloadHeaderInfo.text = null
logError(e)
}