Skip to content

Commit 303d2de

Browse files
committed
fix(Twitter - Open links with app chooser): Constrain patch to last working version 10.48.0-release
1 parent 0ab7344 commit 303d2de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/app/revanced/patches/twitter/misc/links/OpenLinksWithAppChooserPatch.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import app.revanced.util.exception
1212
name = "Open links with app chooser",
1313
description = "Instead of opening links directly, open them with an app chooser. " +
1414
"As a result you can select a browser to open the link with.",
15-
compatiblePackages = [CompatiblePackage("com.twitter.android")],
15+
compatiblePackages = [CompatiblePackage("com.twitter.android", ["10.48.0-release"])],
1616
use = false,
1717
)
1818
@Suppress("unused")

0 commit comments

Comments
 (0)