mirror of
https://github.com/inotia00/revanced-patches.git
synced 2025-05-04 08:34:27 +02:00
fix(Reddit): some patches are broken in Reddit v2024.02.0+
This commit is contained in:
parent
0915debd29
commit
fc58ab7244
@ -14,6 +14,6 @@ object ScreenNavigatorFingerprint : MethodFingerprint(
|
||||
Opcode.CONST_STRING,
|
||||
Opcode.INVOKE_STATIC
|
||||
),
|
||||
strings = listOf("uri", "android.intent.action.VIEW"),
|
||||
customFingerprint = { methodDef, _ -> methodDef.definingClass.endsWith("/RedditScreenNavigator;") }
|
||||
strings = listOf("uri", "android.intent.action.VIEW", "com.reddit"),
|
||||
customFingerprint = { _, classDef -> classDef.sourceFile == "RedditScreenNavigator.kt" }
|
||||
)
|
Loading…
x
Reference in New Issue
Block a user