Draft : introduce DraftService and start using it.
This commit is contained in:
parent
dc331640f9
commit
9aa82b42fd
11 changed files with 198 additions and 3 deletions
|
|
@ -618,7 +618,7 @@ class RustMatrixRoom(
|
|||
}
|
||||
|
||||
override suspend fun clearComposerDraft(): Result<Unit> = runCatching {
|
||||
Timber.d("clearComposerDraft: for $roomId")
|
||||
Timber.d("clearComposerDraft for $roomId")
|
||||
innerRoom.clearComposerDraft()
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue