Renamed setting
This commit is contained in:
parent
a629c3264d
commit
8338ea8814
1 changed files with 1 additions and 1 deletions
|
@ -519,7 +519,7 @@ class CorePreferences constructor(private val context: Context) {
|
||||||
get() = config.getBool("app", "show_invite_contact_by_sms", true)
|
get() = config.getBool("app", "show_invite_contact_by_sms", true)
|
||||||
|
|
||||||
val autoRemoteProvisioningOnConfigUriHandler: Boolean
|
val autoRemoteProvisioningOnConfigUriHandler: Boolean
|
||||||
get() = config.getBool("app", "auto_apply_provisioning_config_uri_scheme", false)
|
get() = config.getBool("app", "auto_apply_provisioning_config_uri_handler", false)
|
||||||
|
|
||||||
/* Default values related */
|
/* Default values related */
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue