mirror of
https://github.com/ReVanced/revanced-patches.git
synced 2024-11-10 09:07:46 +01:00
refactor: rename HDRAutoBrightnessPatch
This commit is contained in:
parent
620fefae74
commit
2f2e19eec9
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ class HDRBrightnessPatch : BytecodePatch(
|
|||
// inject the call to
|
||||
method.addInstructions(
|
||||
index, """
|
||||
invoke-static {v$register}, Lapp/revanced/integrations/patches/HDRMaxBrightnessPatch;->getHDRBrightness(F)F
|
||||
invoke-static {v$register}, Lapp/revanced/integrations/patches/HDRAutoBrightnessPatch;->getHDRBrightness(F)F
|
||||
move-result v$register
|
||||
"""
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue