mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-18 12:18:48 +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…
Add table
Reference in a new issue