forked from recloudstream/cloudstream
Dismiss dialog when clicking public repos
This commit is contained in:
parent
ec9a39814b
commit
a946127eb1
1 changed files with 1 additions and 0 deletions
|
@ -203,6 +203,7 @@ class ExtensionsFragment : Fragment() {
|
||||||
dialog.list_repositories?.setOnClickListener {
|
dialog.list_repositories?.setOnClickListener {
|
||||||
// Open webview on tv if browser fails
|
// Open webview on tv if browser fails
|
||||||
openBrowser(PUBLIC_REPOSITORIES_LIST, isTvSettings(), this)
|
openBrowser(PUBLIC_REPOSITORIES_LIST, isTvSettings(), this)
|
||||||
|
dialog.dismissSafe()
|
||||||
}
|
}
|
||||||
|
|
||||||
// dialog.text2?.text = provider.name
|
// dialog.text2?.text = provider.name
|
||||||
|
|
Loading…
Reference in a new issue