Skip to content
This repository has been archived by the owner on Oct 26, 2024. It is now read-only.

Commit

Permalink
refactor: rename HDRMaxBrightnessPatch
Browse files Browse the repository at this point in the history
  • Loading branch information
TheJeterLP committed Jul 17, 2022
1 parent fb102cf commit 887bcff
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
import app.revanced.integrations.swipecontrols.views.SwipeControlsHostLayout;

/**
* Patch class for 'hdr-max-brightness' patch
* Patch class for 'hdr-auto-brightness' patch
*
* @usedBy app/revanced/patches/youtube/misc/hdrbrightness/patch/HDRBrightnessPatch
* @smali app/revanced/integrations/patches/HDRMaxBrightnessPatch
* @smali app/revanced/integrations/patches/HDRAutoBrightnessPatch
*/
public class HDRMaxBrightnessPatch {
public class HDRAutoBrightnessPatch {
/**
* get brightness override for HDR brightness
*
Expand Down

0 comments on commit 887bcff

Please sign in to comment.