mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 11:28:06 +00:00
Fixed text watcher for @participant not working after leaving & resuming conversation
This commit is contained in:
parent
a50b74d042
commit
a198fab204
1 changed files with 0 additions and 4 deletions
|
|
@ -674,10 +674,6 @@ class ConversationFragment : SlidingPaneChildFragment() {
|
|||
coreContext.notificationsManager.resetCurrentlyDisplayedChatRoomId()
|
||||
}
|
||||
|
||||
if (viewModel.isGroup.value == true) {
|
||||
binding.sendArea.messageToSend.removeTextChangedListener(textObserver)
|
||||
}
|
||||
|
||||
try {
|
||||
adapter.unregisterAdapterDataObserver(dataObserver)
|
||||
} catch (e: IllegalStateException) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue