Skip to content

Commit

Permalink
refactor(Twitter): Force enable Enable app icon settings patch
Browse files Browse the repository at this point in the history
  • Loading branch information
Swakshan committed May 18, 2024
1 parent c85a9f8 commit ee605f1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ object CustomiseAppIconFingerprint:MethodFingerprint(
name = "Enable app icon settings",
dependencies = [SettingsPatch::class],
compatiblePackages = [CompatiblePackage("com.twitter.android")],
use = false,
use = true,
requiresIntegrations = true
)
@Suppress("unused")
Expand Down

0 comments on commit ee605f1

Please sign in to comment.