Skip to content

Commit

Permalink
fix(Twitter): disable Hide For You by default.
Browse files Browse the repository at this point in the history
  • Loading branch information
crimera committed Mar 2, 2024
1 parent e8e28c2 commit b933c19
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ import crimera.patches.twitter.foryou.fingerprints.HideForYouFingerprint
@Patch(
name = "Hide For You",
description = "Hides For You tab from timeline",
compatiblePackages = [CompatiblePackage("com.twitter.android")]
compatiblePackages = [CompatiblePackage("com.twitter.android")],
use = false
)
@Suppress("unused")
object HideForYouPatch : BytecodePatch(
Expand Down

0 comments on commit b933c19

Please sign in to comment.