Skip to content

Commit

Permalink
update(Custom sharing domain): require settings patch also turned it …
Browse files Browse the repository at this point in the history
…on by default.
  • Loading branch information
crimera committed Apr 30, 2024
1 parent 9f51a5c commit 6a3777f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import crimera.patches.twitter.misc.settings.fingerprints.SettingsStatusLoadFing
name = "Custom sharing domain",
description = "Allows for using domains like fxtwitter when sharing tweets/posts.",
compatiblePackages = [CompatiblePackage("com.twitter.android")],
use = false
dependencies = [SettingsPatch::class],
)
object CustomSharingDomainPatch: BytecodePatch(
setOf(AddSessionTokenFingerprint, SettingsStatusLoadFingerprint)
Expand Down

0 comments on commit 6a3777f

Please sign in to comment.