fix: dialog overlay not showing

This commit is contained in:
rhunk
2023-11-26 12:31:14 +01:00
parent 5d370776a5
commit 284417b87d
3 changed files with 6 additions and 4 deletions

View File

@ -113,7 +113,7 @@ class RemoteSideContext(
}
scriptManager.runtime.eachModule {
callFunction("module.onManagerLoad",androidContext)
callFunction("module.onManagerLoad", androidContext)
}
}