Skip to content

Commit 189dfdd

Browse files
committed
fix(Twitter): Fix Customize timeline top bar fingerprint (again)
1 parent 229b02d commit 189dfdd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

patches/src/main/kotlin/app/crimera/patches/twitter/misc/customize/timelinetabs/CustomiseTimelineTabsPatch.kt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,10 @@ private val customiseTimelineTabsNewerFingerprint =
3131
returns("Ljava/lang/Object;")
3232
parameters("Ljava/lang/Object;")
3333
strings(
34-
"cursor",
3534
"it",
3635
)
3736
custom { method, classDef ->
38-
method.name == "invoke" && classDef.type.contains("text/selection")
37+
method.name == "invoke" && classDef.type.contains("/tabbed/pinnedtimelines")
3938
}
4039
}
4140

0 commit comments

Comments
 (0)