mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-27 08:39:19 +00:00
Fixed two meetings showing today's indicator in list
This commit is contained in:
parent
2e89f4d101
commit
788dd338fb
1 changed files with 2 additions and 1 deletions
|
|
@ -184,7 +184,8 @@ class MeetingsListAdapter :
|
|||
return oldItem.model.subject.value.orEmpty().isNotEmpty() &&
|
||||
oldItem.model.subject.value == newItem.model.subject.value &&
|
||||
oldItem.model.time == newItem.model.time &&
|
||||
oldItem.firstMeetingOfTheWeek == newItem.firstMeetingOfTheWeek
|
||||
oldItem.firstMeetingOfTheWeek == newItem.firstMeetingOfTheWeek &&
|
||||
oldItem.model.firstMeetingOfTheDay.value == newItem.model.firstMeetingOfTheDay.value
|
||||
}
|
||||
return false
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue