mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-01-28 18:09:30 +01:00
Cleanup
This commit is contained in:
parent
9e1c30ec5d
commit
aa1843774a
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user