Fix unused string issue

This commit is contained in:
Benoit Marty 2021-03-04 13:42:07 +01:00 committed by Benoit Marty
parent e401252c03
commit 7c4ec1f81c

View File

@ -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