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:
parent
b120dae740
commit
562c69b316
1 changed files with 1 additions and 1 deletions
|
@ -229,7 +229,7 @@ class DownloadAdapter(
|
|||
formattedSize
|
||||
)
|
||||
} catch (e: Exception) {
|
||||
downloadHeaderInfo.text = ""
|
||||
downloadHeaderInfo.text = null
|
||||
logError(e)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue