mirror of
https://github.com/inotia00/revanced-patches.git
synced 2025-06-12 05:07:41 +02:00
fix typo
This commit is contained in:
@ -17,7 +17,7 @@ internal object EndpointUrlBuilderFingerprint : MethodFingerprint(
|
||||
opcodes = listOf(
|
||||
Opcode.INVOKE_VIRTUAL,
|
||||
Opcode.MOVE_RESULT_OBJECT,
|
||||
Opcode.INVOKE_VIRTUAL, // Uri.toString(String formatStreamData)
|
||||
Opcode.INVOKE_VIRTUAL, // Uri.toString()
|
||||
Opcode.MOVE_RESULT_OBJECT,
|
||||
),
|
||||
strings = listOf("asig"),
|
||||
|
Reference in New Issue
Block a user