mirror of
https://github.com/revanced/revanced-patches
synced 2025-01-16 02:57:34 +01:00
fix(Twitter - Open links with app chooser): Constrain patch to last working version 10.48.0-release
This commit is contained in:
parent
8074032fad
commit
b9955d5ff6
@ -12,7 +12,7 @@ import app.revanced.util.exception
|
|||||||
name = "Open links with app chooser",
|
name = "Open links with app chooser",
|
||||||
description = "Instead of opening links directly, open them with an 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.",
|
"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,
|
use = false,
|
||||||
)
|
)
|
||||||
@Suppress("unused")
|
@Suppress("unused")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user