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…
Reference in a new issue