From 9a81fabed7457d1be967250faa548a67accc27bc Mon Sep 17 00:00:00 2001 From: crimera Date: Sun, 3 Mar 2024 16:03:39 +0800 Subject: [PATCH] feat(Twitter): Disable in favor of official patch bundle --- .../interaction/downloads/unlockdownloads/DownloadPatch.kt | 3 ++- .../patches/twitter/misc/viewcount/RemoveViewCountPatch.kt | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/main/kotlin/crimera/patches/twitter/interaction/downloads/unlockdownloads/DownloadPatch.kt b/src/main/kotlin/crimera/patches/twitter/interaction/downloads/unlockdownloads/DownloadPatch.kt index 0bb1a0a8..326703ec 100644 --- a/src/main/kotlin/crimera/patches/twitter/interaction/downloads/unlockdownloads/DownloadPatch.kt +++ b/src/main/kotlin/crimera/patches/twitter/interaction/downloads/unlockdownloads/DownloadPatch.kt @@ -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( diff --git a/src/main/kotlin/crimera/patches/twitter/misc/viewcount/RemoveViewCountPatch.kt b/src/main/kotlin/crimera/patches/twitter/misc/viewcount/RemoveViewCountPatch.kt index 4118f95a..ff4536df 100644 --- a/src/main/kotlin/crimera/patches/twitter/misc/viewcount/RemoveViewCountPatch.kt +++ b/src/main/kotlin/crimera/patches/twitter/misc/viewcount/RemoveViewCountPatch.kt @@ -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(