mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
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 {
|
||||
// Open webview on tv if browser fails
|
||||
openBrowser(PUBLIC_REPOSITORIES_LIST, isTvSettings(), this)
|
||||
dialog.dismissSafe()
|
||||
}
|
||||
|
||||
// dialog.text2?.text = provider.name
|
||||
|
|
Loading…
Reference in a new issue