mirror of
https://github.com/element-hq/element-android
synced 2024-11-28 05:31:21 +03:00
Key is private
This commit is contained in:
parent
ac845ad8c9
commit
d531e88666
1 changed files with 1 additions and 1 deletions
|
@ -77,6 +77,6 @@ class SharedPrefPinCodeStore @Inject constructor(private val sharedPreferences:
|
|||
}
|
||||
|
||||
companion object {
|
||||
const val ENCODED_PIN_CODE_KEY = "ENCODED_PIN_CODE_KEY"
|
||||
private const val ENCODED_PIN_CODE_KEY = "ENCODED_PIN_CODE_KEY"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue