mirror of
https://github.com/inotia00/revanced-patches.git
synced 2025-05-04 16:44:29 +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.CONST_STRING,
|
||||||
Opcode.INVOKE_STATIC
|
Opcode.INVOKE_STATIC
|
||||||
),
|
),
|
||||||
strings = listOf("uri", "android.intent.action.VIEW"),
|
strings = listOf("uri", "android.intent.action.VIEW", "com.reddit"),
|
||||||
customFingerprint = { methodDef, _ -> methodDef.definingClass.endsWith("/RedditScreenNavigator;") }
|
customFingerprint = { _, classDef -> classDef.sourceFile == "RedditScreenNavigator.kt" }
|
||||||
)
|
)
|
Loading…
x
Reference in New Issue
Block a user