Skip to content

Commit

Permalink
fix(Twitter): Share menu button add hook in/from 10.67
Browse files Browse the repository at this point in the history
  • Loading branch information
swakwork committed Nov 9, 2024
1 parent e0e5c5b commit a640946
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ object ShareMenuButtonAddHook : MethodFingerprint(
"3691233323:audiospace",
),
customFingerprint = { methodDef, _ ->
methodDef.name == "a"
methodDef.name == "a" && methodDef.parameters.size == 4
},
) {
fun addButton(
Expand Down

0 comments on commit a640946

Please sign in to comment.