diff --git a/patches/src/main/kotlin/app/revanced/patches/all/misc/spoof/SpoofRootOfTrustPatch.kt b/patches/src/main/kotlin/app/revanced/patches/all/misc/spoof/SpoofRootOfTrustPatch.kt index 1c2b58c755..7ff50355a3 100644 --- a/patches/src/main/kotlin/app/revanced/patches/all/misc/spoof/SpoofRootOfTrustPatch.kt +++ b/patches/src/main/kotlin/app/revanced/patches/all/misc/spoof/SpoofRootOfTrustPatch.kt @@ -32,7 +32,7 @@ private enum class MethodCall( val className: String, val methodName: String, val returnType: String, - val replacementInstructions: String, + val returnTrue: Boolean, ) { IsDeviceLockedRootOfTrust( "RootOfTrust;",