more nesting fixes

This commit is contained in:
oSumAtrIX 2024-10-27 04:40:06 +01:00
parent cfb459b832
commit 5a0e3841ff
No known key found for this signature in database
GPG Key ID: A9B3094ACDB604B4

View File

@ -157,7 +157,7 @@ val patch = bytecodePatch {
The fingerprint won't be matched again, if it has already been matched once.
This makes it useful, to share fingerprints between multiple patches, and let the first patch match the fingerprint:
```
```kt
// Either of these two patches will match the fingerprint first and the other patch can reuse the match:
val mainActivityPatch1 = bytecodePatch {
execute {