This commit is contained in:
Benoit Marty 2020-07-11 12:50:16 +02:00
parent 9e1c30ec5d
commit aa1843774a
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ class VectorSettingsSecurityPrivacyFragment @Inject constructor(
override var titleRes = R.string.settings_security_and_privacy
override val preferenceXmlRes = R.xml.vector_settings_security_privacy
private var disposables = emptyList<Disposable>().toMutableList()
private var disposables = mutableListOf<Disposable>()
// cryptography
private val mCryptographyCategory by lazy {