Skip to content

Commit

Permalink
refrencing IsFreeFingerprint by class name
Browse files Browse the repository at this point in the history
  • Loading branch information
Slenderman00 committed Sep 4, 2023
1 parent 5fa29f0 commit 6289b55
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ object IsFreeFingerprint : MethodFingerprint(
Opcode.RETURN
),
customFingerprint = { methodDef, _ ->
methodDef.name == "r" && methodDef.definingClass.contains("storage")
methodDef.definingClass.contains("storage")
}
)

0 comments on commit 6289b55

Please sign in to comment.