android callJSRespone
This commit is contained in:
@@ -83,7 +83,7 @@ export abstract class Panel {
|
||||
}
|
||||
|
||||
@NativeCall
|
||||
private __responedCallback__(viewIds: string[], callbackId: string) {
|
||||
private __response__(viewIds: string[], callbackId: string) {
|
||||
const v = this.retrospectView(viewIds)
|
||||
if (v === undefined) {
|
||||
loge(`Cannot find view for ${viewIds}`)
|
||||
|
Reference in New Issue
Block a user