Skip to content

Commit

Permalink
app: hooks: PropSpoofHooks: fix NoClassDefFoundError
Browse files Browse the repository at this point in the history
Signed-off-by: Salvo Giangreco <[email protected]>
  • Loading branch information
salvogiangri committed Oct 27, 2024
1 parent 24d4007 commit 332c483
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ object PropSpoofHooks : YukiBaseHooker() {
}
}

"java.lang.Properties".toClass()
"java.util.Properties".toClass()
.method {
name = "getProperty"
param(String::class.java, String::class.java)
Expand Down

0 comments on commit 332c483

Please sign in to comment.