feat(ui): script list

- add module state
- add onSnapActivity and onManagerActivity test functions
This commit is contained in:
rhunk
2023-09-16 23:34:28 +02:00
parent 08614ef454
commit 6e0e6d3339
11 changed files with 314 additions and 62 deletions

View File

@ -15,7 +15,7 @@ class NativeLib {
init(classloader)
initialized = true
}.onFailure {
Log.e("SnapEnhance", "NativeLib init failed", it)
Log.e("SnapEnhance", "NativeLib init failed")
}
}