mirror of
https://github.com/ReVanced/revanced-patches.git
synced 2024-11-10 01:01:56 +01:00
fix: wrong access flag in signature for Create button patch
This commit is contained in:
parent
2f9360f57c
commit
9fbb89d053
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ class CreateButtonRemoverPatch : Patch(
|
|||
version = "0.0.1"
|
||||
),
|
||||
returnType = "V",
|
||||
accessFlags = AccessFlags.PUBLIC or AccessFlags.CONSTRUCTOR,
|
||||
accessFlags = AccessFlags.PUBLIC or AccessFlags.FINAL,
|
||||
methodParameters = listOf("Z"),
|
||||
opcodes = listOf(
|
||||
Opcode.IGET,
|
||||
|
|
Loading…
Reference in a new issue