Fixed crash for devices that may still have previous ActiveSpeaker enum value
This commit is contained in:
parent
3599fd21da
commit
a5df96048b
1 changed files with 3 additions and 0 deletions
|
@ -373,6 +373,9 @@ class CoreContext(val context: Context, coreConfig: Config) : LifecycleOwner, Vi
|
||||||
core.isVibrationOnIncomingCallEnabled = true
|
core.isVibrationOnIncomingCallEnabled = true
|
||||||
core.config.setBool("app", "incoming_call_vibration", false)
|
core.config.setBool("app", "incoming_call_vibration", false)
|
||||||
}
|
}
|
||||||
|
if (core.config.getInt("misc", "conference_layout", 1) > 1) {
|
||||||
|
core.config.setInt("misc", "conference_layout", 1)
|
||||||
|
}
|
||||||
|
|
||||||
initUserCertificates()
|
initUserCertificates()
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue