Skip to content

Commit dc186a8

Browse files
committed
param name fixed
1 parent a80b4c9 commit dc186a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FreeRASPDemoApp/app/src/main/java/com/aheaditec/talsec/demoapp/TalsecApplication.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ class TalsecApplication : Application(), ThreatListener.ThreatDetected {
9797
println("onObfuscationIssuesDetected")
9898
}
9999

100-
override fun onMalwareDetected(p0: MutableList<SuspiciousAppInfo>) {
100+
override fun onMalwareDetected(suspiciousApp: MutableList<SuspiciousAppInfo>) {
101101
// Set your reaction
102102
println("onMalwareDetected")
103103
}

0 commit comments

Comments
 (0)