refactor: rename HDRAutoBrightnessPatch

This commit is contained in:
TheJeterLP 2022-07-17 15:07:21 +02:00
parent 620fefae74
commit 2f2e19eec9
No known key found for this signature in database
GPG key ID: D8CFD6FCF7215E6C

View file

@ -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
"""
)