mirror of
https://github.com/vector-im/element-android.git
synced 2024-11-16 02:05:06 +08:00
ktlint format
This commit is contained in:
parent
636474b748
commit
10599aa728
@ -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 New Issue
Block a user