From b9955d5ff6e456593b01f0f25d80ff660d02082a Mon Sep 17 00:00:00 2001 From: oSumAtrIX <johan.melkonyan1@web.de> Date: Sun, 22 Sep 2024 01:18:04 +0200 Subject: [PATCH] fix(Twitter - Open links with app chooser): Constrain patch to last working version `10.48.0-release` --- .../patches/twitter/misc/links/OpenLinksWithAppChooserPatch.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/kotlin/app/revanced/patches/twitter/misc/links/OpenLinksWithAppChooserPatch.kt b/src/main/kotlin/app/revanced/patches/twitter/misc/links/OpenLinksWithAppChooserPatch.kt index 1807f0685..bdbe07bc5 100644 --- a/src/main/kotlin/app/revanced/patches/twitter/misc/links/OpenLinksWithAppChooserPatch.kt +++ b/src/main/kotlin/app/revanced/patches/twitter/misc/links/OpenLinksWithAppChooserPatch.kt @@ -12,7 +12,7 @@ import app.revanced.util.exception name = "Open links with app chooser", description = "Instead of opening links directly, open them with an app chooser. " + "As a result you can select a browser to open the link with.", - compatiblePackages = [CompatiblePackage("com.twitter.android")], + compatiblePackages = [CompatiblePackage("com.twitter.android", ["10.48.0-release"])], use = false, ) @Suppress("unused")