Skip to content

Commit

Permalink
feat(Twitter): Disable in favor of official patch bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
crimera committed Mar 3, 2024
1 parent 247450a commit 9a81fab
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ import crimera.patches.twitter.interaction.downloads.unlockdownloads.fingerprint
@Patch(
name = "Download patch",
description = "Unlocks the ability to download videos from Twitter",
compatiblePackages = [CompatiblePackage("com.twitter.android")]
compatiblePackages = [CompatiblePackage("com.twitter.android")],
use = false
)
@Suppress("unused")
object DownloadPatch : BytecodePatch(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ import crimera.patches.twitter.misc.viewcount.fingerprints.RemoveViewCountPatchF
@Patch(
name = "Remove view count",
description = "Removes the view count from the bottom of tweets",
compatiblePackages = [CompatiblePackage("com.twitter.android")]
compatiblePackages = [CompatiblePackage("com.twitter.android")],
use = false
)
@Suppress("unused")
object RemoveViewCountPatch: BytecodePatch(
Expand Down

0 comments on commit 9a81fab

Please sign in to comment.