mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-31 02:39:22 +00:00
Fixed dumb code
This commit is contained in:
parent
e664e1802c
commit
a90dd53c9c
1 changed files with 1 additions and 4 deletions
|
|
@ -736,10 +736,7 @@ class MessageModel
|
|||
meetingDay.postValue(TimestampUtils.dayOfWeek(timestamp))
|
||||
meetingDayNumber.postValue(TimestampUtils.dayOfMonth(timestamp))
|
||||
|
||||
var count = 0
|
||||
for (info in conferenceInfo.participantInfos) {
|
||||
count += 1
|
||||
}
|
||||
val count = conferenceInfo.participantInfos.size
|
||||
meetingParticipants.postValue(
|
||||
AppUtils.getStringWithPlural(
|
||||
R.plurals.conference_participants_list_title,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue