From f32e4747b512c675b807ff5eebfd0b8e66173fba Mon Sep 17 00:00:00 2001 From: oSumAtrIX Date: Fri, 15 Apr 2022 04:58:11 +0200 Subject: [PATCH] fix: remove `HideSuggestionsPatch` from `Index` --- src/main/kotlin/app/revanced/patches/Index.kt | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/kotlin/app/revanced/patches/Index.kt b/src/main/kotlin/app/revanced/patches/Index.kt index 3f4afb749..3996c86c4 100644 --- a/src/main/kotlin/app/revanced/patches/Index.kt +++ b/src/main/kotlin/app/revanced/patches/Index.kt @@ -21,7 +21,6 @@ object Index { ::MinimizedPlaybackPatch, ::CreateButtonRemoverPatch, ::HideReelsPatch, - ::HideSuggestionsPatch, ::OldQualityLayoutPatch, ::EnableSeekbarTappingPatch )