Skip to content

Commit

Permalink
refactor: Use existing class name
Browse files Browse the repository at this point in the history
  • Loading branch information
LisoUseInAIKyrios committed Mar 17, 2024
1 parent 5368457 commit 83545b4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ object NavigationButtonsPatch : BytecodePatch(
setOf(AddCreateButtonViewFingerprint),
) {
private const val INTEGRATIONS_CLASS_DESCRIPTOR =
"Lapp/revanced/integrations/youtube/patches/HideNavigationButtonsPatch;"
"Lapp/revanced/integrations/youtube/patches/NavigationButtonsPatch;"

override fun execute(context: BytecodeContext) {
AddResourcesPatch(this::class)
Expand Down

0 comments on commit 83545b4

Please sign in to comment.