Skip to content

Commit

Permalink
fix(Twitter - Unlock downloads): Make it work with latest versions (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
FrozenAlex authored Oct 17, 2024
1 parent 5150a15 commit 5189122
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ internal object BuildMediaOptionsSheetFingerprint : MethodFingerprint(
Opcode.GOTO_16,
Opcode.NEW_INSTANCE,
),
strings = listOf("resources.getString(R.string.post_video)"),
strings = listOf("mediaEntity", "media_options_sheet"),
)
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ import com.android.tools.smali.dexlib2.Opcode

internal object ShowDownloadVideoUpsellBottomSheetFingerprint : MethodFingerprint(
returnType = "Z",
strings = listOf("variantToDownload.url"),
strings = listOf("mediaEntity", "url"),
opcodes = listOf(Opcode.IF_EQZ)
)

0 comments on commit 5189122

Please sign in to comment.