mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-15 18:59:12 +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…
Add table
Reference in a new issue