mirror of
https://github.com/recloudstream/cloudstream-extensions.git
synced 2024-08-15 03:03:54 +00:00
fix
This commit is contained in:
parent
88a7b8751b
commit
29515ac0bc
1 changed files with 3 additions and 1 deletions
|
@ -75,7 +75,9 @@ class NginxSettingsFragment(private val plugin: Plugin, val nginxApi: NginxApi)
|
|||
})
|
||||
|
||||
|
||||
loginTextView.text = view.context.resources.getString(R.string.login_format).format(nginxApi.name, getString("account"))
|
||||
loginTextView.text = view.context.resources.getString(R.string.login_format).format(
|
||||
nginxApi.name,
|
||||
view.context.resources.getString(R.string.account))
|
||||
loginView.setOnClickListener(object : View.OnClickListener {
|
||||
override fun onClick(v: View?) {
|
||||
val info = nginxApi.loginInfo()
|
||||
|
|
Loading…
Reference in a new issue