mirror of
https://github.com/element-hq/element-android
synced 2024-11-24 10:25:35 +03:00
TextComposer: fix ktlint
This commit is contained in:
parent
3df004b035
commit
45509a68bb
1 changed files with 1 additions and 4 deletions
|
@ -52,8 +52,5 @@ data class TextComposerViewState(
|
|||
val isComposerVisible: Boolean
|
||||
get() = canSendMessage && !isVoiceRecording
|
||||
|
||||
constructor(args: RoomDetailArgs) : this(
|
||||
roomId = args.roomId,
|
||||
)
|
||||
constructor(args: RoomDetailArgs) : this(roomId = args.roomId)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue