mirror of
https://github.com/element-hq/element-android
synced 2024-11-24 18:35:40 +03:00
Fix unused string issue
This commit is contained in:
parent
e401252c03
commit
7c4ec1f81c
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue