mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-05-03 15:26:27 +00:00
Fixed conference scheduling duration not being 1h
This commit is contained in:
parent
ea9d6c48bc
commit
f0fe5cc418
1 changed files with 1 additions and 1 deletions
|
|
@ -165,7 +165,7 @@ class ConferenceSchedulingViewModel : ContactsSelectionViewModel() {
|
||||||
it.id == TimeZone.getDefault().id
|
it.id == TimeZone.getDefault().id
|
||||||
}
|
}
|
||||||
duration.value = durationList.find {
|
duration.value = durationList.find {
|
||||||
it.value == 3600
|
it.value == 60
|
||||||
}
|
}
|
||||||
|
|
||||||
continueEnabled.value = false
|
continueEnabled.value = false
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue