This commit is contained in:
LisoUseInAIKyrios
2025-10-21 21:41:02 +04:00
parent 9984e586b4
commit 772620c8ce

View File

@@ -133,10 +133,8 @@ val lithoFilterPatch = bytecodePatch(
// The only static method in the class.
method -> AccessFlags.STATIC.isSet(method.accessFlags)
}
val emptyComponentField = classBy {
// Only one field that matches.
it.type == builderMethodDescriptor.returnType
}.fields.single()
val emptyComponentField = classBy(builderMethodDescriptor.returnType).fields.single()
componentCreateFingerprint.method.apply {
val insertIndex = if (is_19_17_or_greater) {