mirror of
https://github.com/inotia00/revanced-patches.git
synced 2025-05-20 16:27:17 +02:00
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:
parent
60ad088ad9
commit
e70d566c77
@ -13,7 +13,7 @@ internal val communityDrawerPresenterConstructorFingerprint = legacyFingerprint(
|
|||||||
name = "communityDrawerPresenterConstructorFingerprint",
|
name = "communityDrawerPresenterConstructorFingerprint",
|
||||||
returnType = "V",
|
returnType = "V",
|
||||||
accessFlags = AccessFlags.PUBLIC or AccessFlags.CONSTRUCTOR,
|
accessFlags = AccessFlags.PUBLIC or AccessFlags.CONSTRUCTOR,
|
||||||
strings = listOf("matureFeedFeatures", "communityDrawerSettings"),
|
strings = listOf("communityDrawerSettings"),
|
||||||
customFingerprint = { method, _ ->
|
customFingerprint = { method, _ ->
|
||||||
indexOfHeaderItemInstruction(method) >= 0
|
indexOfHeaderItemInstruction(method) >= 0
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user