Fixed dumb code

This commit is contained in:
Sylvain Berfini 2024-12-17 17:34:32 +01:00
parent e664e1802c
commit a90dd53c9c

View file

@ -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,