mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 11:28:06 +00:00
Fixed subject changed event using chat room username insteadf of subject
This commit is contained in:
parent
c92d4982c6
commit
7cca8f1889
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ class EventModel @WorkerThread constructor(private val eventLog: EventLog) {
|
|||
)
|
||||
EventLog.Type.ConferenceSubjectChanged -> AppUtils.getFormattedString(
|
||||
R.string.conversation_event_subject_changed,
|
||||
getName()
|
||||
eventLog.subject.orEmpty()
|
||||
)
|
||||
EventLog.Type.ConferenceParticipantSetAdmin -> AppUtils.getFormattedString(
|
||||
R.string.conversation_event_admin_set,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue