mirror of
https://github.com/rhunk/SnapEnhance.git
synced 2025-06-12 21:27:47 +02:00
feat(scripting): ipc system
This commit is contained in:
@ -95,6 +95,10 @@ class RemoteSideContext(
|
||||
}.onFailure {
|
||||
log.error("Failed to load RemoteSideContext", it)
|
||||
}
|
||||
|
||||
scriptManager.runtime.eachModule {
|
||||
callOnManagerLoad(androidContext)
|
||||
}
|
||||
}
|
||||
|
||||
val installationSummary by lazy {
|
||||
|
Reference in New Issue
Block a user