Explorar el Código

修复channel名字错误bug

tags/0.1.1^0
Weller hace 2 años
padre
commit
2e3af47528
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      android/src/main/java/com/wxwx/flutter_alibc/FlutterAlibcPlugin.java

+ 1
- 1
android/src/main/java/com/wxwx/flutter_alibc/FlutterAlibcPlugin.java Ver fichero

@@ -22,7 +22,7 @@ public class FlutterAlibcPlugin implements FlutterPlugin, MethodChannel.MethodC

@Override
public void onAttachedToEngine(@NonNull FlutterPluginBinding flutterPluginBinding) {
channel = new MethodChannel(flutterPluginBinding.getBinaryMessenger(), "zhiying_live_ali");
channel = new MethodChannel(flutterPluginBinding.getBinaryMessenger(), "flutter_alibc");
channel.setMethodCallHandler(this);
handle = new FlutterAlibcHandle(channel);
}


Cargando…
Cancelar
Guardar