mirror of
https://github.com/android-password-store/Android-Password-Store
synced 2025-09-04 00:05:08 +00:00
refactor: flip PGPainless feature flag
It's always enabled now
This commit is contained in:
@@ -18,7 +18,7 @@ enum class Feature(
|
|||||||
"The PGPainless backend is now the only available one",
|
"The PGPainless backend is now the only available one",
|
||||||
level = DeprecationLevel.ERROR
|
level = DeprecationLevel.ERROR
|
||||||
)
|
)
|
||||||
EnablePGPainlessBackend(false, "enable_pgp_v2_backend"),
|
EnablePGPainlessBackend(true, "enable_pgp_v2_backend"),
|
||||||
;
|
;
|
||||||
|
|
||||||
companion object {
|
companion object {
|
||||||
|
Reference in New Issue
Block a user