Draft : introduce DraftService and start using it.
This commit is contained in:
parent
d1e11f5c33
commit
f821fa5862
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