mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 11:28:06 +00:00
Hide non-scheduled conferences from meetings list
This commit is contained in:
parent
3b626bd0a6
commit
fd8b8b5c29
1 changed files with 1 additions and 0 deletions
|
|
@ -87,6 +87,7 @@ class MeetingsListViewModel @UiThread constructor() : AbstractTopBarViewModel()
|
|||
var previousModel: MeetingModel? = null
|
||||
var meetingForTodayFound = false
|
||||
for (info: ConferenceInfo in source) {
|
||||
if (info.duration == 0) continue // This isn't a scheduled conference, don't display it
|
||||
val add = if (filter.isNotEmpty()) {
|
||||
val organizerCheck = info.organizer?.asStringUriOnly()?.contains(
|
||||
filter,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue