mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 11:28:06 +00:00
Fixed 1-1 conversation having chartoom-xxxx subject
This commit is contained in:
parent
1cd79b5086
commit
7aebfafde3
1 changed files with 3 additions and 5 deletions
|
|
@ -129,11 +129,9 @@ class ConversationViewModel @UiThread constructor() : AbstractConversationViewMo
|
|||
|
||||
private val chatRoomListener = object : ChatRoomListenerStub() {
|
||||
@WorkerThread
|
||||
override fun onStateChanged(chatRoom: ChatRoom, newState: ChatRoom.State?) {
|
||||
Log.i("$TAG Conversation state changed [${chatRoom.state}]")
|
||||
if (chatRoom.state == ChatRoom.State.Created) {
|
||||
computeConversationInfo()
|
||||
}
|
||||
override fun onConferenceJoined(chatRoom: ChatRoom, eventLog: EventLog) {
|
||||
Log.i("$TAG Conversation was joined")
|
||||
computeConversationInfo()
|
||||
}
|
||||
|
||||
@WorkerThread
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue