mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-25 05:27:42 +00:00
Fix crash when text draft save debouncer fires after fragment is destroyed.
This commit is contained in:
@@ -366,6 +366,8 @@ class ConversationFragment :
|
||||
setOnClickListener(null)
|
||||
removeOnFocusChangeListener(composeTextEventsListener)
|
||||
}
|
||||
|
||||
textDraftSaveDebouncer.clear()
|
||||
}
|
||||
|
||||
private val viewModel: ConversationViewModel by viewModel {
|
||||
|
||||
Reference in New Issue
Block a user