mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-03-02 23:38:34 +00:00
Fix draft state being reapplied on input state change.
This commit is contained in:
@@ -1074,6 +1074,7 @@ class ConversationFragment :
|
||||
|
||||
viewModel
|
||||
.inputReadyState
|
||||
.take(1)
|
||||
.flatMapMaybe { inputReadyState ->
|
||||
draftViewModel.loadShareOrDraftData(shareDataTimestampViewModel.timestamp)
|
||||
.map { inputReadyState to it }
|
||||
|
||||
Reference in New Issue
Block a user