fix: issue with draft content not applying correctly

Signed-off-by: Infi <infi@infi.sh>
This commit is contained in:
Infi 2025-04-25 16:49:11 +02:00
parent 47890e3e02
commit 67816d9cfe
1 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,7 @@ class ChannelScreenViewModel @Inject constructor(
}
viewModelScope.launch {
draftContent = kvStorage.get("draftContent/$id") ?: ""
putDraftContent(kvStorage.get("draftContent/$id") ?: "", true)
}
this.draftAttachments = mutableStateListOf()
this.draftReplyTo = mutableStateListOf()