Remove hardcoded string
This commit is contained in:
parent
2a1da1d405
commit
bedadd6c0d
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