run ktlint after rebase
This commit is contained in:
parent
63d71cf56f
commit
b4247550ec
|
@ -22,7 +22,7 @@ import im.vector.app.features.command.Command
|
|||
|
||||
sealed class TextComposerViewEvents : VectorViewEvents {
|
||||
|
||||
data class AnimateSendButtonVisibility(val isVisible: Boolean): TextComposerViewEvents()
|
||||
data class AnimateSendButtonVisibility(val isVisible: Boolean) : TextComposerViewEvents()
|
||||
|
||||
data class ShowMessage(val message: String) : TextComposerViewEvents()
|
||||
|
||||
|
|
|
@ -45,7 +45,7 @@ data class TextComposerViewState(
|
|||
val roomId: String,
|
||||
val canSendMessage: Boolean = true,
|
||||
val isVoiceRecording: Boolean = false,
|
||||
val isSendButtonVisible : Boolean = false,
|
||||
val isSendButtonVisible: Boolean = false,
|
||||
val sendMode: SendMode = SendMode.REGULAR("", false)
|
||||
) : MvRxState {
|
||||
|
||||
|
|
Loading…
Reference in New Issue