Skip to content

Commit

Permalink
fix(youtube/hide-suggested-video-overlay): overlay is not hidden in s…
Browse files Browse the repository at this point in the history
…ome case
  • Loading branch information
inotia00 committed Jul 23, 2023
1 parent 59edd59 commit ebdc38a
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ import app.revanced.patcher.patch.PatchResultError
import app.revanced.patcher.patch.PatchResultSuccess
import app.revanced.patcher.patch.annotations.DependsOn
import app.revanced.patcher.patch.annotations.Patch
import app.revanced.patches.youtube.overlaybutton.general.patch.OverlayButtonsPatch
import app.revanced.patches.youtube.player.suggestedvideooverlay.fingerprints.CoreConatinerBuilderFingerprint
import app.revanced.patches.youtube.utils.annotations.YouTubeCompatibility
import app.revanced.patches.youtube.utils.resourceid.patch.SharedResourceIdPatch
Expand All @@ -28,6 +29,7 @@ import org.jf.dexlib2.iface.instruction.TwoRegisterInstruction
@Description("Hide the suggested video overlay to play next.")
@DependsOn(
[
OverlayButtonsPatch::class,
SettingsPatch::class,
SharedResourceIdPatch::class
]
Expand Down

0 comments on commit ebdc38a

Please sign in to comment.