From e70d566c77220db3a2e3248e0144ea17d32da745 Mon Sep 17 00:00:00 2001 From: inotia00 <108592928+inotia00@users.noreply.github.com> Date: Thu, 16 Jan 2025 12:32:41 +0900 Subject: [PATCH] fix(Reddit - Hide Recently Visited shelf): Patch broken in Reddit `2025.02.0` https://github.com/inotia00/ReVanced_Extended/issues/2666 --- .../patches/reddit/layout/recentlyvisited/Fingerprints.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patches/src/main/kotlin/app/revanced/patches/reddit/layout/recentlyvisited/Fingerprints.kt b/patches/src/main/kotlin/app/revanced/patches/reddit/layout/recentlyvisited/Fingerprints.kt index a1c24dd0f..485b7f02b 100644 --- a/patches/src/main/kotlin/app/revanced/patches/reddit/layout/recentlyvisited/Fingerprints.kt +++ b/patches/src/main/kotlin/app/revanced/patches/reddit/layout/recentlyvisited/Fingerprints.kt @@ -13,7 +13,7 @@ internal val communityDrawerPresenterConstructorFingerprint = legacyFingerprint( name = "communityDrawerPresenterConstructorFingerprint", returnType = "V", accessFlags = AccessFlags.PUBLIC or AccessFlags.CONSTRUCTOR, - strings = listOf("matureFeedFeatures", "communityDrawerSettings"), + strings = listOf("communityDrawerSettings"), customFingerprint = { method, _ -> indexOfHeaderItemInstruction(method) >= 0 }