Skip to content

Commit

Permalink
Fix KeyStore desynchronization
Browse files Browse the repository at this point in the history
  • Loading branch information
Displax committed Feb 12, 2023
1 parent 30855f5 commit 11b3fed
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class ProxyProvider(

override fun getService(type: String?, algorithm: String?): Service? {
logDebug("Provider: get service - type=$type algorithm=$algorithm")
if (algorithm == "AndroidKeyStore" || algorithm == "AndroidCAStore") {
if (type == "KeyStore") {

val origProduct = Build.PRODUCT
val patchedProduct = "marlin"
Expand Down

0 comments on commit 11b3fed

Please sign in to comment.