mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-04-26 16:48:35 +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")
|
Log.i("$TAG Message sent, re-setting defaults")
|
||||||
textToSend.postValue("")
|
textToSend.postValue("")
|
||||||
cancelReply()
|
isReplying.postValue(false)
|
||||||
|
chatMessageToReplyTo = null
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue