fix(Reddit - Hide Recently Visited shelf): Patch broken in Reddit 2025.02.0 https://github.com/inotia00/ReVanced_Extended/issues/2666

This commit is contained in:
inotia00 2025-01-16 12:32:41 +09:00
parent 60ad088ad9
commit e70d566c77

View File

@ -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
}