Add support for edu.lublin.eu (#571)

This commit is contained in:
Mikołaj Pich
2019-10-28 21:10:58 +01:00
committed by Rafał Borcz
parent 747696e386
commit a7c472989c
4 changed files with 8 additions and 6 deletions

View File

@ -54,8 +54,8 @@ class LoginFormFragment : BaseFragment(), LoginFormView {
}
override fun initView() {
hostKeys = resources.getStringArray(R.array.endpoints_keys)
hostValues = resources.getStringArray(R.array.endpoints_values)
hostKeys = resources.getStringArray(R.array.hosts_keys)
hostValues = resources.getStringArray(R.array.hosts_values)
loginFormName.doOnTextChanged { _, _, _, _ -> presenter.onNameTextChanged() }
loginFormPass.doOnTextChanged { _, _, _, _ -> presenter.onPassTextChanged() }