fix: issue with draft content not applying correctly
Signed-off-by: Infi <infi@infi.sh>
This commit is contained in:
parent
47890e3e02
commit
67816d9cfe
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in New Issue