mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
super small UI change
This commit is contained in:
parent
e84eae74ac
commit
472a9d678a
1 changed files with 1 additions and 1 deletions
|
@ -155,7 +155,7 @@ class DownloadChildAdapter(
|
|||
clickCallback.invoke(DownloadClickEvent(DOWNLOAD_ACTION_PLAY_FILE, d))
|
||||
}
|
||||
|
||||
progressBarDownload.setOnClickListener {
|
||||
downloadImage.setOnClickListener {
|
||||
val list = arrayListOf(
|
||||
Pair(DOWNLOAD_ACTION_DELETE_FILE, R.string.popup_delete_file),
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue