Procházet zdrojové kódy

修复channel名字错误bug

tags/0.1.1^0
Weller před 2 roky
rodič
revize
2e3af47528
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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 Zobrazit soubor

@@ -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);
}


Načítá se…
Zrušit
Uložit