mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-28 14:08:44 +03:00
Add missing proper configuration for manual publishing of alias
This commit is contained in:
parent
7636b4d7a8
commit
489aedbc37
1 changed files with 1 additions and 0 deletions
|
@ -175,6 +175,7 @@ class RoomAliasController @Inject constructor(
|
|||
formEditTextItem {
|
||||
id("publishManuallyEdit")
|
||||
value(data.publishManuallyState.value)
|
||||
maxLength(MatrixConstants.ALIAS_MAX_LENGTH)
|
||||
hint(host.stringProvider.getString(R.string.room_alias_address_hint))
|
||||
inputType(InputType.TYPE_CLASS_TEXT)
|
||||
onTextChange { text ->
|
||||
|
|
Loading…
Reference in a new issue