mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-02-16 12:00:03 +03:00
Fix string
This commit is contained in:
parent
7583b0a358
commit
1cb3522e73
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,7 @@ class UserListFragment @Inject constructor(
|
|||
|
||||
private fun setupSearchView() {
|
||||
withState(viewModel) {
|
||||
userListSearch.hint = getString(R.string.user_directory_search_hint, it.myUserId)
|
||||
userListSearch.hint = getString(R.string.user_directory_search_hint)
|
||||
}
|
||||
userListSearch
|
||||
.textChanges()
|
||||
|
|
Loading…
Add table
Reference in a new issue