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