mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
Update DownloadFragment.kt
This commit is contained in:
parent
8f65f99b29
commit
735cc91cba
1 changed files with 5 additions and 2 deletions
|
@ -143,7 +143,10 @@ class DownloadFragment : Fragment() {
|
|||
}
|
||||
|
||||
binding?.apply {
|
||||
openLocalVideoButton.setOnClickListener { openLocalVideo() }
|
||||
openLocalVideoButton.apply {
|
||||
isGone = isLayout(TV)
|
||||
setOnClickListener { openLocalVideo() }
|
||||
}
|
||||
downloadStreamButton.apply {
|
||||
isGone = isLayout(TV)
|
||||
setOnClickListener { showStreamInputDialog(it.context) }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue