Remove hardcoded string
This commit is contained in:
parent
9ba4d77bc6
commit
42f30c2a7c
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ open class CreateRoomRootStateProvider : PreviewParameterProvider<CreateRoomRoot
|
|||
}
|
||||
),
|
||||
aCreateRoomRootState().copy(
|
||||
startDmAction = Async.Failure(Throwable("An error occurred when trying to start a chat")),
|
||||
startDmAction = Async.Failure(Throwable()),
|
||||
selectUsersState = aMatrixUser().let {
|
||||
aSelectUsersState().copy(
|
||||
searchQuery = it.id.value,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue