feat(finanzonline): remove-root-detection patch

Signed-off-by: oSumAtrIX <johan.melkonyan1@web.de>
This commit is contained in:
oSumAtrIX 2023-01-21 05:52:01 +01:00
parent 39521386c2
commit 1d46d63fdc

View File

@ -30,7 +30,7 @@ class BootloaderDetectionPatch : BytecodePatch(
""" """
const/4 v0, 0x1 const/4 v0, 0x1
return v0 return v0
""" """
) ?: return fingerprint.toErrorResult() ) ?: return fingerprint.toErrorResult()
} }
return PatchResultSuccess() return PatchResultSuccess()