refactor: move some classes in package api to package core
This commit is contained in:
@@ -52,7 +52,7 @@ module.exports = function(__runtime__, scope){
|
||||
}
|
||||
|
||||
ui.findViewByStringId = function(view, id){
|
||||
return com.stardust.autojs.runtime.api.ui.JsViewHelper.findViewByStringId(view, id);
|
||||
return com.stardust.autojs.core.ui.JsViewHelper.findViewByStringId(view, id);
|
||||
}
|
||||
|
||||
function decorate(view){
|
||||
|
||||
Reference in New Issue
Block a user