fix(Twitter - Unlock downloads): Make it work with latest versions (#3782)
This commit is contained in:
@ -10,5 +10,5 @@ internal object BuildMediaOptionsSheetFingerprint : MethodFingerprint(
|
|||||||
Opcode.GOTO_16,
|
Opcode.GOTO_16,
|
||||||
Opcode.NEW_INSTANCE,
|
Opcode.NEW_INSTANCE,
|
||||||
),
|
),
|
||||||
strings = listOf("resources.getString(R.string.post_video)"),
|
strings = listOf("mediaEntity", "media_options_sheet"),
|
||||||
)
|
)
|
||||||
|
@ -5,6 +5,6 @@ import com.android.tools.smali.dexlib2.Opcode
|
|||||||
|
|
||||||
internal object ShowDownloadVideoUpsellBottomSheetFingerprint : MethodFingerprint(
|
internal object ShowDownloadVideoUpsellBottomSheetFingerprint : MethodFingerprint(
|
||||||
returnType = "Z",
|
returnType = "Z",
|
||||||
strings = listOf("variantToDownload.url"),
|
strings = listOf("mediaEntity", "url"),
|
||||||
opcodes = listOf(Opcode.IF_EQZ)
|
opcodes = listOf(Opcode.IF_EQZ)
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user