mirror of
https://github.com/vector-im/element-android.git
synced 2024-11-16 02:05:06 +08:00
Fix unused string issue
This commit is contained in:
parent
e401252c03
commit
7c4ec1f81c
@ -86,7 +86,7 @@ class LoginServerUrlFormFragment @Inject constructor() : AbstractLoginFragment<F
|
||||
views.loginServerUrlFormText.text = getString(R.string.login_server_url_form_modular_text)
|
||||
views.loginServerUrlFormLearnMore.isVisible = true
|
||||
views.loginServerUrlFormHomeServerUrlTil.hint = getText(R.string.login_server_url_form_modular_hint)
|
||||
views.loginServerUrlFormNotice.text = getString(R.string.login_server_url_form_common_notice)
|
||||
views.loginServerUrlFormNotice.text = getString(R.string.login_server_url_form_modular_notice)
|
||||
}
|
||||
else -> {
|
||||
views.loginServerUrlFormIcon.isVisible = false
|
||||
|
Loading…
Reference in New Issue
Block a user