mirror of
https://github.com/element-hq/element-android
synced 2024-11-24 18:35:40 +03:00
ktlint format
This commit is contained in:
parent
636474b748
commit
10599aa728
2 changed files with 1 additions and 1 deletions
|
@ -183,7 +183,7 @@ class MessageComposerViewModel @AssistedInject constructor(
|
|||
withState { state ->
|
||||
when (state.sendMode) {
|
||||
is SendMode.Regular -> {
|
||||
when (val slashCommandResult = CommandParser.parseSplashCommand(
|
||||
when (val slashCommandResult = CommandParser.parseSlashCommand(
|
||||
textMessage = action.text,
|
||||
isInThreadTimeline = state.isInThreadTimeline())) {
|
||||
is ParsedCommand.ErrorNotACommand -> {
|
||||
|
|
Loading…
Reference in a new issue