mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-02-26 04:33:36 +00:00
Stop writes to the deprecated SVR2 enclave.
This commit is contained in:
committed by
Cody Henthorne
parent
06ee096746
commit
3439861f74
@@ -46,7 +46,7 @@ object SvrRepository {
|
||||
private val readImplementations: List<SecureValueRecovery> = listOf(svr2, svr2Deprecated)
|
||||
|
||||
/** An ordered list of SVR implementations to write to. They should be in priority order, with the most important one listed first. */
|
||||
private val writeImplementations: List<SecureValueRecovery> = listOf(svr2, svr2Deprecated)
|
||||
private val writeImplementations: List<SecureValueRecovery> = listOf(svr2)
|
||||
|
||||
/**
|
||||
* A lock that ensures that only one thread at a time is altering the various pieces of SVR state.
|
||||
|
||||
Reference in New Issue
Block a user