Skip to content

Commit

Permalink
update: Enable Customize profile tabs patch by default
Browse files Browse the repository at this point in the history
  • Loading branch information
crimera authored Jun 2, 2024
1 parent 8203db2 commit a8543bf
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ object CustomiseProfileTabsFingerprint:MethodFingerprint(
name = "Customize profile tabs",
dependencies = [SettingsPatch::class],
compatiblePackages = [CompatiblePackage("com.twitter.android")],
use = false,
requiresIntegrations = true
)
@Suppress("unused")
Expand Down Expand Up @@ -93,4 +92,4 @@ object CustomiseProfileTabsPatch:BytecodePatch(
SettingsStatusLoadFingerprint.enableSettings("profileTabCustomisation")
//end
}
}
}

0 comments on commit a8543bf

Please sign in to comment.