mirror of
https://github.com/inotia00/revanced-patches.git
synced 2025-05-06 09:34:37 +02:00
fix(YouTube/Hide feed components): Hide carousel shelf
setting sometimes hides the History or Playlist shelves
This commit is contained in:
parent
5c0451a058
commit
c2fd379f2e
@ -29,6 +29,7 @@ import app.revanced.patches.youtube.utils.fingerprints.ScrollTopParentFingerprin
|
||||
import app.revanced.patches.youtube.utils.integrations.Constants.COMPONENTS_PATH
|
||||
import app.revanced.patches.youtube.utils.integrations.Constants.FEED_CLASS_DESCRIPTOR
|
||||
import app.revanced.patches.youtube.utils.navigation.NavigationBarHookPatch
|
||||
import app.revanced.patches.youtube.utils.playertype.PlayerTypeHookPatch
|
||||
import app.revanced.patches.youtube.utils.resourceid.SharedResourceIdPatch
|
||||
import app.revanced.patches.youtube.utils.resourceid.SharedResourceIdPatch.CaptionToggleContainer
|
||||
import app.revanced.patches.youtube.utils.settings.SettingsPatch
|
||||
@ -53,6 +54,7 @@ object FeedComponentsPatch : BaseBytecodePatch(
|
||||
dependencies = setOf(
|
||||
LithoFilterPatch::class,
|
||||
NavigationBarHookPatch::class,
|
||||
PlayerTypeHookPatch::class,
|
||||
SettingsPatch::class,
|
||||
SharedResourceIdPatch::class
|
||||
),
|
||||
|
Loading…
x
Reference in New Issue
Block a user