mirror of
https://github.com/revanced/revanced-patcher.git
synced 2025-05-21 20:57:06 +02:00
more nesting fixes
This commit is contained in:
parent
cfb459b832
commit
5a0e3841ff
@ -157,7 +157,7 @@ val patch = bytecodePatch {
|
|||||||
The fingerprint won't be matched again, if it has already been matched once.
|
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:
|
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:
|
// Either of these two patches will match the fingerprint first and the other patch can reuse the match:
|
||||||
val mainActivityPatch1 = bytecodePatch {
|
val mainActivityPatch1 = bytecodePatch {
|
||||||
execute {
|
execute {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user