Skip to content

Commit

Permalink
fix(twitter): Add twitter to compatible package for SelectableTextPatch
Browse files Browse the repository at this point in the history
  • Loading branch information
crimera committed Feb 8, 2024
1 parent 862db86 commit 0b6ee33
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,14 @@ package crimera.patches.twitter.selectabletext
import app.revanced.patcher.data.ResourceContext
import app.revanced.patcher.patch.PatchException
import app.revanced.patcher.patch.ResourcePatch
import app.revanced.patcher.patch.annotation.CompatiblePackage
import app.revanced.patcher.patch.annotation.Patch
import org.w3c.dom.Element

@Patch(
name = "SelectableTextPatch",
description = "Makes bio and username selectable",
compatiblePackages = [CompatiblePackage("com.twitter.android")]
)
@Suppress("unused")
object SelectableTextPatch: ResourcePatch() {
Expand Down

0 comments on commit 0b6ee33

Please sign in to comment.