Skip to content

Commit

Permalink
update(Twitter): Enable new patches by default
Browse files Browse the repository at this point in the history
  • Loading branch information
crimera committed May 22, 2024
1 parent f897b6e commit 19f9149
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ object CustomiseInlineBarFingerprint:MethodFingerprint(
name = "Customize Inline action Bar items",
dependencies = [SettingsPatch::class],
compatiblePackages = [CompatiblePackage("com.twitter.android")],
use = false,
requiresIntegrations = true
)
@Suppress("unused")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ object DebugMenuFingerprint: MethodFingerprint(
name = "Enable debug menu for posts",
dependencies = [SettingsPatch::class],
compatiblePackages = [CompatiblePackage("com.twitter.android")],
use = false
)
object DebugMenu:BytecodePatch(
setOf(SettingsStatusLoadFingerprint,DebugMenuFingerprint)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ object RoundOffNumbersFingerprint: MethodFingerprint(
description = "Enable or disable rounding off numbers",
dependencies = [SettingsPatch::class],
compatiblePackages = [CompatiblePackage("com.twitter.android")],
use = false
)
object RoundOffNumbersPatch:BytecodePatch(
setOf(SettingsStatusLoadFingerprint,RoundOffNumbersFingerprint)
Expand Down

0 comments on commit 19f9149

Please sign in to comment.