Fixed conference scheduling duration not being 1h

This commit is contained in:
Sylvain Berfini 2022-10-13 15:57:41 +02:00
parent ea9d6c48bc
commit f0fe5cc418

View file

@ -165,7 +165,7 @@ class ConferenceSchedulingViewModel : ContactsSelectionViewModel() {
it.id == TimeZone.getDefault().id
}
duration.value = durationList.find {
it.value == 3600
it.value == 60
}
continueEnabled.value = false