mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 11:28:06 +00:00
Fixed crash due to .value = called from WorkerThread
This commit is contained in:
parent
56ec0f8911
commit
61bd3978a4
1 changed files with 2 additions and 1 deletions
|
|
@ -290,7 +290,8 @@ class ConversationViewModel @UiThread constructor() : ViewModel() {
|
|||
|
||||
Log.i("$TAG Message sent, re-setting defaults")
|
||||
textToSend.postValue("")
|
||||
cancelReply()
|
||||
isReplying.postValue(false)
|
||||
chatMessageToReplyTo = null
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue