Fix draft state being reapplied on input state change.
This commit is contained in:
parent
0108a1d3e3
commit
6b2ff05adb
1 changed files with 1 additions and 0 deletions
|
@ -1074,6 +1074,7 @@ class ConversationFragment :
|
|||
|
||||
viewModel
|
||||
.inputReadyState
|
||||
.take(1)
|
||||
.flatMapMaybe { inputReadyState ->
|
||||
draftViewModel.loadShareOrDraftData(shareDataTimestampViewModel.timestamp)
|
||||
.map { inputReadyState to it }
|
||||
|
|
Loading…
Add table
Reference in a new issue